summaryrefslogtreecommitdiff
path: root/test/integration/run-tests
diff options
context:
space:
mode:
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