From 9db93c28221b36edb9ec1757ccdc97866d35685b Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Wed, 7 Apr 2021 00:49:03 +0200 Subject: [PATCH] :art: debug tests --- scripts/test.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.43.0