mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 10:58:10 +01:00
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:
parent
ca34ac1440
commit
a33ec9ce40
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue