From: David Bremner Date: Tue, 6 May 2014 13:06:27 +0000 (+0900) Subject: test: allow pending break points in atomicity script. X-Git-Tag: 0.18.1~20 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=a33ec9ce40ff6304d620d391593357f22dcebbf0 test: allow pending break points in atomicity script. This seems to fix problems with the symbol rename not being defined at startup on at least OS/X and some Debian Linux architectures. --- diff --git a/test/atomicity.gdb b/test/atomicity.gdb index fd675257..15adb16c 100644 --- a/test/atomicity.gdb +++ b/test/atomicity.gdb @@ -18,6 +18,10 @@ shell echo 0 > outcount shell touch inodes +# work around apparent issue with lazy library loading on some +# platforms +set breakpoint pending on + break rename commands # As an optimization, only consider snapshots after a Xapian commit.