From 227caaf69c881bcd9c5c31657c46723b040d063a Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Mon, 11 Nov 2019 19:24:17 -0500 Subject: [PATCH] Fix stderr redirection. --- testrunner | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testrunner b/testrunner index df01292..20c6f9e 100755 --- a/testrunner +++ b/testrunner @@ -25,7 +25,7 @@ $SOURCE_PORT -iwad miniwad.wad \ -mb 32 \ -nodraw -noblit -nosound -noautoload -nogui -nograbmouse \ -statdump statdump.txt \ - "$@" >log.txt >>errs.txt || true + "$@" >log.txt 2>errs.txt || true if [ ! -e statdump.txt ]; then (echo "No statdump output produced.";