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

build.sh cleans also the tests

This commit is contained in:
Ruben S. Montero 2010-10-15 17:43:54 +02:00
parent 0257c9c7da
commit e3f04cbe44

View File

@ -122,6 +122,7 @@ do_clean()
mkdir -p $BIN_DIR
find share/examples -name '*.class' -delete
find test/ -name '*.class' -delete
}
if [ "$DO_CLEAN" = "yes" ] ; then