X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2FRO%2Fstart_build;h=01474eea4991480f45b8b6ec37eb9364263ad74c;hb=b025f3082689234268b79adc91f7d47ac61ca924;hp=e7d8bf484b3f1bdb208e456221730b01741bb5f3;hpb=b9aec3e45e01ed85b8200ab4ca9d546bda33f59e;p=osm%2Fdevops.git diff --git a/jenkins/RO/start_build b/jenkins/RO/start_build index e7d8bf48..01474eea 100755 --- a/jenkins/RO/start_build +++ b/jenkins/RO/start_build @@ -27,7 +27,7 @@ export OSM_MDG=RO OSM_load_config NOTEST="" -if [ $1 = "--notest" ]; then +if [ "$1" = "--notest" ]; then shift NOTEST="y" fi @@ -54,10 +54,10 @@ trap 'rm -f "$TEMPFILE"' EXIT for i in `ls vimconn_*.py |sed "s/\.py//"`; do echo "import $i" >> $TEMPFILE; done python $TEMPFILE && -python -m py_compile *.py && +python -m py_compile *.py # && -INFO " basic_test" && -./test/basictest.sh --force --insert-bashrc --install-openvim --init-openvim #&& #uncomment to add new tests +#INFO " basic_test" && +#./test/basictest.sh --force --insert-bashrc --install-openvim --init-openvim #&& #uncomment to add new tests # OTHER TESTS HERE RC=$?