From: Jérémie Astor Date: Tue, 6 Apr 2021 22:49:03 +0000 (+0200) Subject: :art: debug tests X-Git-Tag: nightly~759 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=9db93c28221b36edb9ec1757ccdc97866d35685b;p=gwion.git :art: debug tests --- diff --git a/scripts/test.sh b/scripts/test.sh index 3cde06d2..fb527a52 100644 --- a/scripts/test.sh +++ b/scripts/test.sh @@ -397,6 +397,9 @@ clean() { if [ -f test.log ] && [ -z "$NO_LOG" ] then cat test.log + for a in $(cat test.log) + do ./gwion $a + done exit 1 else exit 0