Explorar el Código

set the msglevel to a high dummy value if none is specified

David Kalnischkies hace 15 años
padre
commit
fe26812811
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      test/integration/run-tests

+ 4 - 0
test/integration/run-tests

@@ -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}: "