]> git.xonotic.org Git - xonotic/xonotic.git/blobdiff - misc/tools/the-big-benchmark/the-big-benchmark.sh
make quit detection match windows
[xonotic/xonotic.git] / misc / tools / the-big-benchmark / the-big-benchmark.sh
index e890b14458179f1a24823c73bc69596aba1ca9ce..cdf41f9f517821d17f4272ff6d45a4f194494fcd 100755 (executable)
@@ -63,7 +63,7 @@ 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 || true
-       if grep -xF ']quit' data/engine.log >/dev/null; then
+       if grep '\]quit' data/engine.log >/dev/null; then
                break
        fi
        cat data/engine.log >> data/the-big-benchmark.log