From: Rudolf Polzer Date: Sun, 29 Jan 2012 11:53:15 +0000 (+0100) Subject: make engine aborting not fatal (so we have better useful log file) X-Git-Tag: xonotic-v0.6.0~30^2~2 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=e25821ce28c0c034356d545a3116094a470df569;p=xonotic%2Fxonotic.git make engine aborting not fatal (so we have better useful log file) --- diff --git a/misc/tools/the-big-benchmark/the-big-benchmark.sh b/misc/tools/the-big-benchmark/the-big-benchmark.sh index 667e413f..e890b144 100755 --- a/misc/tools/the-big-benchmark/the-big-benchmark.sh +++ b/misc/tools/the-big-benchmark/the-big-benchmark.sh @@ -62,7 +62,7 @@ p="+developer 1 -nohome -benchmarkruns 4 -benchmarkruns_skipfirst -benchmark dem for e in omg low med normal high ultra ultimate; do rm -f data/benchmark.log echo + "$@" +exec effects-$e.cfg $p > data/engine.log - "$@" +exec effects-$e.cfg $p >>data/engine.log 2>&1 + "$@" +exec effects-$e.cfg $p >>data/engine.log 2>&1 || true if grep -xF ']quit' data/engine.log >/dev/null; then break fi