From 202ca992312b908e410bed9a480e715e3bca660b Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Fri, 8 Apr 2011 15:53:02 +0200 Subject: Testsuite changes: keep temporary files Keep temporary files in the tests and erase them only after successfully running the testsuite. This makes simpler to analyze failed tests. --- tests/runtest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runtest.sh') diff --git a/tests/runtest.sh b/tests/runtest.sh index cc2e9db..ae0780e 100755 --- a/tests/runtest.sh +++ b/tests/runtest.sh @@ -103,6 +103,6 @@ for x in $tests; do esac done rmmod ip_set >/dev/null 2>&1 -rm -f .foo.err +rm -f .foo* echo "All tests are passed" -- cgit v1.2.3