summaryrefslogtreecommitdiffstats
path: root/config-db/t/run-all-tests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'config-db/t/run-all-tests.pl')
-rwxr-xr-xconfig-db/t/run-all-tests.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-db/t/run-all-tests.pl b/config-db/t/run-all-tests.pl
index c082052d..4ae59a7d 100755
--- a/config-db/t/run-all-tests.pl
+++ b/config-db/t/run-all-tests.pl
@@ -28,8 +28,8 @@ $Test::Harness::Verbose = 1 if $openslxConfig{'verbose-level'};
# remove the test-db if it already exists
my $metaDB = OpenSLX::MetaDB::SQLite->new();
if ($metaDB->databaseExists()) {
- print "removing leftovers of slx-test-db\n";
- $metaDB->dropDatabase();
+ print "removing leftovers of slx-test-db\n";
+ $metaDB->dropDatabase();
}
runtests(glob("*.t"));