From b4acac706dae66be3ddc3f0a291097ca175417f7 Mon Sep 17 00:00:00 2001 From: Loic Blot Date: Tue, 24 Feb 2015 08:56:52 +0100 Subject: Rename --do-unittests to --run-unittests as @Zeno- and @sfan5 requested --- util/travis/script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util') diff --git a/util/travis/script.sh b/util/travis/script.sh index 437cf1ac5..35a62f16e 100755 --- a/util/travis/script.sh +++ b/util/travis/script.sh @@ -6,9 +6,9 @@ if [ $WINDOWS = "no" ]; then cmake -DENABLE_GETTEXT=1 -DENABLE_LEVELDB=1 -DENABLE_REDIS=1 -DCMAKE_BUILD_TYPE=Debug .. make -j2 echo "Running unit tests for minetest" - ../bin/minetest --do-unittests + ../bin/minetest --run-unittests echo "Running unit tests for minetestserver" - ../bin/minetestserver --do-unittests + ../bin/minetestserver --run-unittests else [ $CC = "clang" ] && exit 1 # Not supposed to happen # We need to have our build directory outside of the minetest directory because -- cgit v1.2.3