From b41aab78f2380c79512b1ed953f77acd86414dfb Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 7 Dec 2010 14:24:00 -0800 Subject: test: Leave tmp. for broken tests Previously, this directory was only preserved for failing tests. But it's important to be able to easily debug known-broken tests, so preserve the actual vs. expected output for those as well. --- test/basic | 1 + 1 file changed, 1 insertion(+) (limited to 'test/basic') diff --git a/test/basic b/test/basic index 309779ca..b4410f2a 100755 --- a/test/basic +++ b/test/basic @@ -71,6 +71,7 @@ output=$(cd ..; ./test-verbose -v 2>&1 | suppress_diff_date) expected=$(cat $EXPECTED/test-verbose-yes | suppress_diff_date) # Do not include the results of test-verbose in totals rm $TEST_DIRECTORY/test-results/test-verbose-* +rm -r $TEST_DIRECTORY/tmp.test-verbose test_expect_equal "$output" "$expected" -- cgit v1.2.3