[PATCH 3/4] perf-test: run all appropriately named time tests
david at tethera.net
david at tethera.net
Wed May 15 04:03:02 PDT 2013
From: David Bremner <bremner at debian.org>
This avoids hassle with manually adding every test to the master list.
---
performance-test/notmuch-time-test | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/performance-test/notmuch-time-test b/performance-test/notmuch-time-test
index 54a208f..7113efb 100755
--- a/performance-test/notmuch-time-test
+++ b/performance-test/notmuch-time-test
@@ -16,12 +16,6 @@ fi
cd $(dirname "$0")
-TESTS="
- T00-new
- T01-dump-restore
- T02-tag
-"
-
-for test in $TESTS; do
- ./$test "$@"
+for test in T*.sh; do
+ ./"$test" "$@"
done
--
1.8.2.rc2
More information about the notmuch
mailing list