[PATCH 3/4] perf-test: run all appropriately named time tests

Subject: [PATCH 3/4] perf-test: run all appropriately named time tests

Date: Wed, 15 May 2013 08:03:02 -0300

To: notmuch@notmuchmail.org

Cc: David Bremner

From: david@tethera.net


From: David Bremner <bremner@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


Thread: