X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2FRO%2Fstart_build;h=01474eea4991480f45b8b6ec37eb9364263ad74c;hb=0c71f0033fc6a8efc35a7b9c0a5597e999b57365;hp=77f751d0672e546884820690ac99f04c214eac02;hpb=1e9eff61fe6d143a798b8b9bcef40df437e73e95;p=osm%2Fdevops.git diff --git a/jenkins/RO/start_build b/jenkins/RO/start_build index 77f751d0..01474eea 100755 --- a/jenkins/RO/start_build +++ b/jenkins/RO/start_build @@ -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=$?