summaryrefslogtreecommitdiffstats
path: root/config-db/t/run-all-tests.pl
diff options
context:
space:
mode:
authorOliver Tappe2008-04-07 21:56:26 +0200
committerOliver Tappe2008-04-07 21:56:26 +0200
commit419b81a499c8c9e91bddb1d7f4cad412fa039b47 (patch)
treea8126b672914a80cd6721dd884329ab2ef9a33b2 /config-db/t/run-all-tests.pl
parent* on behalf of Michael: splashy.stop now tries to remove itself during execution (diff)
downloadcore-419b81a499c8c9e91bddb1d7f4cad412fa039b47.tar.gz
core-419b81a499c8c9e91bddb1d7f4cad412fa039b47.tar.xz
core-419b81a499c8c9e91bddb1d7f4cad412fa039b47.zip
* renamed --verbose-level to --log-level to make it more separate from --verbose.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1729 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/t/run-all-tests.pl')
-rwxr-xr-xconfig-db/t/run-all-tests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-db/t/run-all-tests.pl b/config-db/t/run-all-tests.pl
index 4ae59a7d..8fb351c7 100755
--- a/config-db/t/run-all-tests.pl
+++ b/config-db/t/run-all-tests.pl
@@ -23,7 +23,7 @@ $cmdlineConfig{'db-type'} = $ENV{SLX_DB_TYPE} = 'SQLite';
openslxInit();
-$Test::Harness::Verbose = 1 if $openslxConfig{'verbose-level'};
+$Test::Harness::Verbose = 1 if $openslxConfig{'log-level'};
# remove the test-db if it already exists
my $metaDB = OpenSLX::MetaDB::SQLite->new();