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:
parent
91e367b17d
commit
4ab8317d2b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user