aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar David Bremner <david@tethera.net>2014-05-06 22:06:27 +0900
committerGravatar David Bremner <david@tethera.net>2014-05-18 06:32:14 +0900
commita33ec9ce40ff6304d620d391593357f22dcebbf0 (patch)
treeba9e0aae52dd291e000a04508516a0c58a0f8c1e /test
parentca34ac1440d9c7855f41fc4bca569038fa1bd6b0 (diff)
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.
Diffstat (limited to 'test')
-rw-r--r--test/atomicity.gdb4
1 files changed, 4 insertions, 0 deletions
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.