Travis tests (#116)

* add tiny test framework to run on travis or on local host

* set defined exit status
This commit is contained in:
redPanther 2016-07-13 17:18:57 +02:00 committed by brindosch
parent 9f8e95b4f5
commit 9f1bc6d9e8
1 changed files with 1 additions and 2 deletions

View File

@ -69,6 +69,5 @@ echo " success: $STATS_SUCCESS"
echo " failed: $STATS_FAILED"
[ $STATS_FAILED -gt 0 ] && exit 200
exit 0