aboutsummaryrefslogtreecommitdiff
path: root/test/notmuch-test
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-09-20 13:45:29 -0700
committerCarl Worth <cworth@cworth.org>2010-09-20 13:45:29 -0700
commit8369ed31d0d687c35dc2464b347dadf16962cd27 (patch)
treea677fdd028b07708fec0e803c0add34b68876947 /test/notmuch-test
parent60c599036e528bc8a856c3312f0222cc7b1fd32a (diff)
test: Fix notmuch-test to pass command-line arguments to sub-scripts.
The is useful for things like "notmuch-test --valgrind", etc.
Diffstat (limited to 'test/notmuch-test')
-rwxr-xr-xtest/notmuch-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/notmuch-test b/test/notmuch-test
index 9b00d33..294c3fd 100755
--- a/test/notmuch-test
+++ b/test/notmuch-test
@@ -15,7 +15,7 @@ rm -r test-results >/dev/null 2>/dev/null
# Run the tests
for test in $TESTS; do
- ./$test
+ ./$test "$@"
done
# Report results