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:
parent
4ab8317d2b
commit
6e6061eeb9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user