]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Merge branch 'master' of /var/cache/git/xonotic/xonotic
authorRudolf Polzer <divverent@alientrap.org>
Sun, 29 Jan 2012 17:45:41 +0000 (18:45 +0100)
committerRudolf Polzer <divverent@alientrap.org>
Sun, 29 Jan 2012 17:45:41 +0000 (18:45 +0100)
misc/tools/the-big-benchmark/the-big-benchmark.sh

index e890b14458179f1a24823c73bc69596aba1ca9ce..1d00595ab36062740fa08995e9bc74f1245cf10e 100755 (executable)
@@ -12,7 +12,8 @@ echo " ================="
 echo
 if [ -f ./all ]; then
        echo "WARNING: running this script will destroy ANY local changes you"
-       echo "might have on the repository that haven't been pushed yet."
+       echo "might have on the repository that haven't been pushed or stored"
+       echo "in a local branch yet."
        echo
        if [ x"$1" != x"--yes" ]; then
                echo "Are you absolutely sure you want to run this?"
@@ -34,7 +35,7 @@ if [ -f ./all ]; then
 fi
 
 if [ -f ./all ]; then
-       ./all clean --reclone
+       ./all clean -fU -m -r
        ./all compile -r
        export USE_GDB=no
        set -- ./all run "$@"
@@ -70,7 +71,7 @@ for e in omg low med normal high ultra ultimate; do
        cat data/benchmark.log >> data/the-big-benchmark.log
 done
 if [ -f ./all ]; then
-       ./all clean -r -f -u
+       ./all clean -r
 fi
 
 rm -f data/benchmark.log