summaryrefslogtreecommitdiff
path: root/test/integration/run-tests
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-01-25 12:39:42 +0100
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-01-25 12:39:42 +0100
commit18331adf730dca4a587f99605edff71436379ea6 (patch)
treedba03a080d59772f2fa47fd5a09678b1f57577af /test/integration/run-tests
parentb00a6e80892dcbf844ee70a449288e87290a821d (diff)
enable the split out of LongDescriptions per default in the testcases
Diffstat (limited to 'test/integration/run-tests')
-rwxr-xr-xtest/integration/run-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/run-tests b/test/integration/run-tests
index 5644f0a05..7314e6b61 100755
--- a/test/integration/run-tests
+++ b/test/integration/run-tests
@@ -5,7 +5,7 @@ DIR=$(readlink -f $(dirname $0))
if [ "$1" = "-q" ]; then
export MSGLEVEL=2
elif [ "$1" = "-v" ]; then
- export MSGLEVEL=5
+ export MSGLEVEL=4
fi
for testcase in $(run-parts --list $DIR | grep '/test-'); do
if [ "$1" = "-q" ]; then