mirror of
https://github.com/chocolate-doom/quickcheck.git
synced 2024-11-21 12:01:09 +00:00
Fix stderr redirection.
This commit is contained in:
parent
f093238324
commit
227caaf69c
1 changed files with 1 additions and 1 deletions
|
@ -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.";
|
||||
|
|
Loading…
Reference in a new issue