projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use one string to construct the error message instead of using multiple
[apt.git]
/
test
/
integration
/
run-tests
diff --git
a/test/integration/run-tests
b/test/integration/run-tests
index 2929868221be36833f295edcb958aab88fb472a4..75f2ad66224b65b440d67b4fb19ac38be05efd88 100755
(executable)
--- a/
test/integration/run-tests
+++ b/
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}: "