diff --git a/lldb.spec b/lldb.spec index edb1f40..4e38675 100644 --- a/lldb.spec +++ b/lldb.spec @@ -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 diff --git a/tests/python-embedded-interpreter/runtest.sh b/tests/python-embedded-interpreter/runtest.sh index 164ff13..f81d343 100755 --- a/tests/python-embedded-interpreter/runtest.sh +++ b/tests/python-embedded-interpreter/runtest.sh @@ -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 \