projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c48b12f
)
test: check for gdb in insert tests
author
David Bremner
<david@tethera.net>
Sat, 18 Oct 2014 06:13:42 +0000
(08:13 +0200)
committer
David Bremner
<david@tethera.net>
Sat, 18 Oct 2014 06:13:42 +0000
(08:13 +0200)
Commits
a6cee01
and
c48b12f
otherwise break the build for people
without gdb.
test/T070-insert.sh
patch
|
blob
|
history
diff --git
a/test/T070-insert.sh
b/test/T070-insert.sh
index 80a22c1beda9ae865bddffb307aad73d03e51115..168345c9897b085de2399a09b824e8796604aa98 100755
(executable)
--- a/
test/T070-insert.sh
+++ b/
test/T070-insert.sh
@@
-2,6
+2,8
@@
test_description='"notmuch insert"'
. ./test-lib.sh
+test_require_external_prereq gdb
+
# Create directories and database before inserting.
mkdir -p "$MAIL_DIR"/{cur,new,tmp}
mkdir -p "$MAIL_DIR"/Drafts/{cur,new,tmp}