1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-11 06:09:17 +00:00

test verbosity

This commit is contained in:
deadc0de6
2020-10-25 16:27:47 +01:00
parent bfe63c34f9
commit 1f633161ef
2 changed files with 3 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ unset DOTDROP_FORCE_NODEBUG
echo "doing extended tests"
log=`mktemp`
for scr in tests-ng/*.sh; do
echo "Running test ${scr}"
if [ -z ${TRAVIS} ]; then
${scr} > "${log}" 2>&1 &
else