]> git.cworth.org Git - obsolete/notmuch-old/blobdiff - test/test-lib.sh
test: Abort driver if a test script aborts
[obsolete/notmuch-old] / test / test-lib.sh
index e092231589785ddc378843aa0f4e181823b4347d..77063a4d304d83709826d073ed5486df0f02d212 100644 (file)
@@ -920,7 +920,7 @@ test_done () {
        GIT_EXIT_OK=t
        test_results_dir="$TEST_DIRECTORY/test-results"
        mkdir -p "$test_results_dir"
-       test_results_path="$test_results_dir/${0%.sh}-$$"
+       test_results_path="$test_results_dir/${0%.sh}"
 
        echo "total $test_count" >> $test_results_path
        echo "success $test_success" >> $test_results_path