Fixed bug at RO start_build 85/385/1
authortierno <alfonso.tiernosepulveda@telefonica.com>
Fri, 23 Sep 2016 10:27:04 +0000 (12:27 +0200)
committertierno <alfonso.tiernosepulveda@telefonica.com>
Fri, 23 Sep 2016 10:27:04 +0000 (12:27 +0200)
Signed-off-by: tierno <alfonso.tiernosepulveda@telefonica.com>
jenkins/RO/start_build

index 81b337e..223b231 100755 (executable)
@@ -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