X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ftest-lib.sh;h=e5523dd690a43fdcf315e7e952d4d316182eeb25;hb=5f7baac1e34440d3805ef488c97af748f3c20640;hp=db8371cb170c5924512a5626681f485ea3cf6884;hpb=a7d7853463ae77fc3c8511283f5c896bee673b33;p=git.git diff --git a/t/test-lib.sh b/t/test-lib.sh index db8371cb1..e5523dd69 100644 --- a/t/test-lib.sh +++ b/t/test-lib.sh @@ -636,7 +636,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}-$$.counts" echo "total $test_count" >> $test_results_path echo "success $test_success" >> $test_results_path