]> Nishi Git Mirror - gwion.git/commitdiff
:art: debug tests
authorJérémie Astor <fennecdjay@gmail.com>
Tue, 6 Apr 2021 22:49:03 +0000 (00:49 +0200)
committerJérémie Astor <fennecdjay@gmail.com>
Tue, 6 Apr 2021 22:49:03 +0000 (00:49 +0200)
scripts/test.sh

index 3cde06d20587af1f4b63fc03ed055eee1d43e6a6..fb527a5229dc8e2a3edb4b668d5c4f9d43788873 100644 (file)
@@ -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