Merge branch 'gdbinit' into 'main'

tests: fix assert-msg-test with custom gdbinit

See merge request GNOME/glib!3117
This commit is contained in:
Philip Withnall 2022-12-12 14:01:47 +00:00
commit 34618aea70

View File

@ -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)