summaryrefslogtreecommitdiffstats
path: root/tests/runtest.sh
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-04-08 15:53:02 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2011-04-08 15:53:02 +0200
commit202ca992312b908e410bed9a480e715e3bca660b (patch)
tree5ecbce98a5a305bf4161eb14a50226c656f808ed /tests/runtest.sh
parent138c2ced29b23dcf203dc6ba122ae931635209e5 (diff)
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.
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh2
1 files changed, 1 insertions, 1 deletions
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"