]> git.saurik.com Git - apt.git/commitdiff
set the msglevel to a high dummy value if none is specified
authorDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 17 Aug 2011 13:49:59 +0000 (15:49 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 17 Aug 2011 13:49:59 +0000 (15:49 +0200)
test/integration/run-tests

index 2929868221be36833f295edcb958aab88fb472a4..75f2ad66224b65b440d67b4fb19ac38be05efd88 100755 (executable)
@@ -17,6 +17,10 @@ elif [ -z "${MSGLEVEL}" ]; then
        export MSGLEVEL=2
 fi
 
+if [ -z "$MSGLEVEL" ]; then
+       MSGLEVEL=5
+fi
+
 for testcase in $(run-parts --list $DIR | grep '/test-'); do
        if [ "$MSGLEVEL" -le 2 ]; then
                echo -n "${CTEST}Testcase ${CHIGH}$(basename ${testcase})${CRESET}: "