1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #457: do_tests now removes new test DBs

This commit is contained in:
Ruben S. Montero 2011-01-27 23:37:37 +01:00
parent 4ab8317d2b
commit 6e6061eeb9

View File

@ -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