mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
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:
parent
60c599036e
commit
8369ed31d0
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ rm -r test-results >/dev/null 2>/dev/null
|
||||||
|
|
||||||
# Run the tests
|
# Run the tests
|
||||||
for test in $TESTS; do
|
for test in $TESTS; do
|
||||||
./$test
|
./$test "$@"
|
||||||
done
|
done
|
||||||
|
|
||||||
# Report results
|
# Report results
|
||||||
|
|
Loading…
Reference in a new issue