Rename --do-unittests to --run-unittests as @Zeno- and @sfan5 requested
[oweals/minetest.git] / util / travis / script.sh
index 437cf1ac524b1cc28101063ac00600639240cd63..35a62f16eeff6d0c34919c1815e340547295fa85 100755 (executable)
@@ -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