]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/the-big-benchmark/the-big-benchmark.sh
Merge branch 'master' of /var/cache/git/xonotic/xonotic
[xonotic/xonotic.git] / misc / tools / the-big-benchmark / the-big-benchmark.sh
index b67015cbb412cfa34335c19c5922cb7581abdc33..1d00595ab36062740fa08995e9bc74f1245cf10e 100755 (executable)
@@ -63,7 +63,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