From: Carl Worth Date: Mon, 20 Sep 2010 20:45:29 +0000 (-0700) Subject: test: Fix notmuch-test to pass command-line arguments to sub-scripts. X-Git-Tag: 0.4~92 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=8369ed31d0d687c35dc2464b347dadf16962cd27 test: Fix notmuch-test to pass command-line arguments to sub-scripts. The is useful for things like "notmuch-test --valgrind", etc. --- diff --git a/test/notmuch-test b/test/notmuch-test index 9b00d335..294c3fd7 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