X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/047cd7a595f760a23415b9e38d7136325f28b114..1c3b8fba226b4626212a37b503d9ebae3314edf4:/performance-test/notmuch-time-test diff --git a/performance-test/notmuch-time-test b/performance-test/notmuch-time-test index 54a208f7..7113efbf 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