Commit 51c46d82 authored by Spiros Koulouzis's avatar Spiros Koulouzis

added dbg msg in test script

parent 1da0bc25
......@@ -12,6 +12,6 @@ status=$?
cd ../
cd sure_tosca-flask-server && venv/bin/python3 -m unittest discover
status=$?
[ $status -eq 0 ] && echo "-------sure_tosca-flask-server tests successful------"" || exit -1
[ $status -eq 0 ] && echo "-------sure_tosca-flask-server tests successful------" || exit -1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment