X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2FRO%2Fstart_build;h=01474eea4991480f45b8b6ec37eb9364263ad74c;hb=9c38e15d9003a8fc540d1a22c1e5fbfbdf0e0437;hp=77f751d0672e546884820690ac99f04c214eac02;hpb=bb3e62cd87a30d40c64196a6f95508e72a076cb8;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=$?