From 4ab8317d2b813a5e767a2cd4b22b308d83639365 Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Thu, 27 Jan 2011 23:35:17 +0100 Subject: [PATCH] feature #457: Update do_tests.sh with the new scons options --- share/test/do_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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