Commit 0e6a1913 authored by Spiros Koulouzis's avatar Spiros Koulouzis

fixed testing

parent 11d83af3
...@@ -4,9 +4,11 @@ cd ../ ...@@ -4,9 +4,11 @@ cd ../
mvn test mvn test
status=$? status=$?
[ $status -eq 0 ] && echo "build successful" || exit -1 [ $status -eq 0 ] && echo "build successful" || exit -1
cd drip-planner && venv/bin/python3 -m unittest discover
cd planner && venv/bin/python3 -m unittest discover
status=$? status=$?
[ $status -eq 0 ] && echo "build successful" || exit -1 [ $status -eq 0 ] && echo "build successful" || exit -1
cd ../ cd ../
cd sure_tosca-flask-server && venv/bin/python3 -m unittest discover cd sure_tosca-flask-server && venv/bin/python3 -m unittest discover
status=$? status=$?
......
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