From: Rudolf Polzer Date: Wed, 25 Jan 2012 19:05:03 +0000 (+0100) Subject: some fixes for the benchmark batch file X-Git-Tag: xonotic-v0.6.0~30^2~24 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=4e5c3b160a96ee1be61120e4a0addcc49a44d8b4;p=xonotic%2Fxonotic.git some fixes for the benchmark batch file --- diff --git a/misc/tools/the-big-benchmark.bat b/misc/tools/the-big-benchmark.bat index 7bac5cad..41d6f685 100644 --- a/misc/tools/the-big-benchmark.bat +++ b/misc/tools/the-big-benchmark.bat @@ -6,9 +6,8 @@ echo The Big Benchmark echo ================= echo. if not exist all goto nogit -echo The ./all script was detected here. -echo Please use the-big-benchmark.sh instead! -exit +echo For Git builds, please use the-big-benchmark.sh instead! +goto end :nogit del data\benchmark.log del data\engine.log @@ -54,4 +53,5 @@ echo - graphics driver version echo - the file benchmark.log in the data directory echo echo Thank you +:end pause