mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Merge branch 'gdbinit' into 'main'
tests: fix assert-msg-test with custom gdbinit See merge request GNOME/glib!3117
This commit is contained in:
commit
34618aea70
@ -102,7 +102,7 @@ class TestAssertMessage(unittest.TestCase):
|
||||
if self.__gdb is None:
|
||||
return Result(None, "", "")
|
||||
|
||||
argv = ["gdb", "--batch"]
|
||||
argv = ["gdb", "-n", "--batch"]
|
||||
argv.extend(args)
|
||||
print("Running:", argv)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user