mirror of
https://github.com/chocolate-doom/quickcheck.git
synced 2024-11-21 20:11:15 +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 \
|
-mb 32 \
|
||||||
-nodraw -noblit -nosound -noautoload -nogui -nograbmouse \
|
-nodraw -noblit -nosound -noautoload -nogui -nograbmouse \
|
||||||
-statdump statdump.txt \
|
-statdump statdump.txt \
|
||||||
"$@" >log.txt >>errs.txt || true
|
"$@" >log.txt 2>errs.txt || true
|
||||||
|
|
||||||
if [ ! -e statdump.txt ]; then
|
if [ ! -e statdump.txt ]; then
|
||||||
(echo "No statdump output produced.";
|
(echo "No statdump output produced.";
|
||||||
|
|
Loading…
Reference in a new issue