From a9c9efe7a57367b9cc515f7e58a53fd95eaac5c2 Mon Sep 17 00:00:00 2001 From: tierno Date: Fri, 23 Sep 2016 12:27:04 +0200 Subject: [PATCH] Fixed bug at RO start_build Signed-off-by: tierno --- jenkins/RO/start_build | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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 -- 2.25.1