From: fennecdjay Date: Thu, 25 Apr 2019 18:42:06 +0000 (+0200) Subject: :wrench: Add NO_LOG option to tests.sh X-Git-Tag: nightly~2525 X-Git-Url: http://10.11.0.4:5575/?a=commitdiff_plain;h=1cab417419423d990a80c0810a48a834711df54e;p=gwion.git :wrench: Add NO_LOG option to tests.sh --- diff --git a/help/test.sh b/help/test.sh index 23edf17c..cb582588 100644 --- a/help/test.sh +++ b/help/test.sh @@ -465,7 +465,7 @@ clean() { [ -f test.log ] && rm test.log [ $# -ne 0 ] && do_test "${@}" | consummer -if [ -f test.log ] +if [ -f test.log ] && [ -z $NO_LOG ] then cat test.log exit 1