1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

feature #457: Update do_tests.sh with the new scons options

This commit is contained in:
Ruben S. Montero 2011-01-27 23:35:17 +01:00
parent 91e367b17d
commit 4ab8317d2b

View File

@ -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