diff --git a/share/test/do_tests.sh b/share/test/do_tests.sh index 4bae670000..3953257f35 100755 --- a/share/test/do_tests.sh +++ b/share/test/do_tests.sh @@ -82,7 +82,7 @@ fi if [ "$BUILD" = "yes" ] ; then cd ../.. - scons testing=yes $BUILD_ARGS + scons tests=yes $BUILD_ARGS cd $BASE_DIR exit 0 @@ -90,7 +90,7 @@ fi if [ "$CLEAR" = "yes" ] ; then cd ../.. - scons testing=yes -c + scons tests=yes -c cd $BASE_DIR fi