test: Fix notmuch-test to pass command-line arguments to sub-scripts.

The is useful for things like "notmuch-test --valgrind", etc.
This commit is contained in:
Carl Worth 2010-09-20 13:45:29 -07:00
parent 60c599036e
commit 8369ed31d0

View file

@ -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