From 6e6061eeb91d0cbd67b7adc4f0fc5abe424730c5 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Thu, 27 Jan 2011 23:37:37 +0100 Subject: [PATCH] feature #457: do_tests now removes new test DBs --- share/test/do_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/test/do_tests.sh b/share/test/do_tests.sh index 3953257f35..17238f2220 100755 --- a/share/test/do_tests.sh +++ b/share/test/do_tests.sh @@ -114,7 +114,7 @@ for i in $TESTS ; do cd $i if [ "$CLEAR" = "yes" ] ; then - rm -f callgrind.out* test.db* *.log* memgrid.out* *.xml + rm -f callgrind.out* test.db* *.log* memgrid.out* *.xml ONE_test_database* else for j in `ls test*` ; do if [ -x $j ] ; then