projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ca34ac1
)
test: allow pending break points in atomicity script.
author
David Bremner
<david@tethera.net>
Tue, 6 May 2014 13:06:27 +0000
(22:06 +0900)
committer
David 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
patch
|
blob
|
history
diff --git
a/test/atomicity.gdb
b/test/atomicity.gdb
index fd675257d2aca77658bd96ecbb80dfa407203cbc..15adb16cb226b18aca57106f3c7ae060fdc29af1 100644
(file)
--- 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.