diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-01-25 12:39:42 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-01-25 12:39:42 +0100 |
commit | 18331adf730dca4a587f99605edff71436379ea6 (patch) | |
tree | dba03a080d59772f2fa47fd5a09678b1f57577af /test/integration/run-tests | |
parent | b00a6e80892dcbf844ee70a449288e87290a821d (diff) |
enable the split out of LongDescriptions per default in the testcases
Diffstat (limited to 'test/integration/run-tests')
-rwxr-xr-x | test/integration/run-tests | 2 |
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 |