]> git.saurik.com Git - apt.git/blobdiff - test/integration/run-tests
enable the split out of LongDescriptions per default in the testcases
[apt.git] / test / integration / run-tests
index 5644f0a05ddfeb8198111341a7c5a31d85e89818..7314e6b6113a120d8d2b820539c18cab4838d875 100755 (executable)
@@ -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