]> git.notmuchmail.org Git - notmuch/commitdiff
test: allow pending break points in atomicity script.
authorDavid Bremner <david@tethera.net>
Tue, 6 May 2014 13:06:27 +0000 (22:06 +0900)
committerDavid Bremner <david@tethera.net>
Sat, 17 May 2014 21:32:14 +0000 (06:32 +0900)
This seems to fix problems with the symbol rename not being defined
at startup on at least OS/X and some Debian Linux architectures.

test/atomicity.gdb

index fd675257d2aca77658bd96ecbb80dfa407203cbc..15adb16cb226b18aca57106f3c7ae060fdc29af1 100644 (file)
@@ -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.