Update CI test
This commit is contained in:
parent
07b0597d06
commit
76ffb7cb0e
@ -1,5 +1,5 @@
|
||||
%global rc_ver 2
|
||||
%global baserelease 2
|
||||
%global baserelease 3
|
||||
%global lldb_srcdir %{name}-%{version}%{?rc_ver:rc%{rc_ver}}.src
|
||||
|
||||
Name: lldb
|
||||
@ -129,6 +129,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.*
|
||||
%{python3_sitearch}/lldb
|
||||
|
||||
%changelog
|
||||
* Mon Mar 01 2021 sguelton@redhat.com - 12.0.0-3.rc2
|
||||
- Update CI test
|
||||
|
||||
* Thu Feb 25 2021 sguelton@redhat.com - 12.0.0-0.2.rc2
|
||||
- 12.0.0-rc2 release
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
set -ex
|
||||
|
||||
g++ -g test.cpp
|
||||
g++ -gdwarf-4 -g test.cpp
|
||||
|
||||
test `lldb -b -o 'breakpoint set --file test.cpp --line 7' -o run -o 'p v' -- a.out \
|
||||
| grep \
|
||||
|
Loading…
Reference in New Issue
Block a user