Fedora CI: fix bz672959 test

Specify the file we want to set breakpoint at in noerror gdb script,
newer gdb sets the breakpoint inside glibc otherwise.
This commit is contained in:
Alexandra Hájková 2021-06-22 13:34:13 +02:00
parent 858fa472f5
commit e7800660e6

View File

@ -1,5 +1,5 @@
target remote | vgdb
b 10
b something.c:10
c
set (a=5)
c