]> git.notmuchmail.org Git - notmuch/blobdiff - test/test-lib.sh
test: Print the number of the test along with its name
[notmuch] / test / test-lib.sh
index 78af170fe7396efd34d73a17880fe399feaa9980..9dad126513f8d70a0e688664e6326d555f5386a4 100644 (file)
@@ -196,7 +196,7 @@ print_test_description ()
 {
        test -z "$test_description_printed" || return 0
        echo
-       echo $this_test_bare: "Testing ${test_description}"
+       echo $this_test: "Testing ${test_description}"
        test_description_printed=1
 }
 if [ -z "$NOTMUCH_TEST_QUIET" ]