X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=performance-test%2Fnotmuch-time-test;h=7113efbfd5649576e83d7720b2d06766cd12c23d;hp=54a208f71f52e55eea1e0a67a1e70b3968f65b4f;hb=e9cdff74ccc499bf31c60c41227f4108346a6983;hpb=0eab376658689469c5427d1b2c292de62e009aee 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