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.
This commit is contained in:
David Bremner 2014-05-06 22:06:27 +09:00
parent ca34ac1440
commit a33ec9ce40

View 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.