Skip to content
Snippets Groups Projects
Commit a9c9efe7 authored by Alfonso Tierno's avatar Alfonso Tierno
Browse files

Fixed bug at RO start_build


Signed-off-by: default avatartierno <alfonso.tiernosepulveda@telefonica.com>
parent a3d139ae
No related branches found
Tags release-v11.0-start
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment