From: tierno Date: Fri, 23 Sep 2016 10:27:04 +0000 (+0200) Subject: Fixed bug at RO start_build X-Git-Tag: v1.0.0~14 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=a9c9efe7a57367b9cc515f7e58a53fd95eaac5c2;hp=a3d139aed25d2043717d1dfbc92f0b557dcda5ff;p=osm%2Fdevops.git Fixed bug at RO start_build Signed-off-by: tierno --- diff --git a/jenkins/RO/start_build b/jenkins/RO/start_build index 81b337e1..223b2317 100755 --- a/jenkins/RO/start_build +++ b/jenkins/RO/start_build @@ -56,14 +56,10 @@ rm -f *.pyc INFO " installing openmano packages and dependencies from current repo (--noclone)" ./scripts/install-openmano.sh --develop --noclone -q INFO " compiling *.py" -python -m py_compile *.py -RC=$? - -if RC; then - #basic test HERE - #RC=$? -fi +python -m py_compile *.py #&& #uncomment to concatenate commands +#basic test HERE #&& #uncomment to concatenate commands +RC=$? INFO "done, RC=$RC" exit $RC