]> git.saurik.com Git - apt.git/blobdiff - test/integration/run-tests
always send content-length via the new addDataHeaders() to ensure w3m/curl are happy...
[apt.git] / 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}: "