commit 43faedf40c49d318d2bf4f575f5287e0b2a20b82 parent d6f14e0bf90275589f7c80f595c33c9710c82c3a Author: Brian Swetland <swetland@frotz.net> Date: Wed, 11 Mar 2020 01:33:22 -0700 runtest.sh: show compiler output when compilation fails Diffstat:
M | test/runtest.sh | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/test/runtest.sh b/test/runtest.sh @@ -42,6 +42,7 @@ else else echo "RUNTEST: $src: FAIL: compiler error" echo "FAIL: $src" > "$txt" + cat "$msg" fi fi