Skip to content
Snippets Groups Projects
Commit 2e694d6e authored by al.schwinn's avatar al.schwinn
Browse files

runTest returns with exit 0 on success

parent 25ce45db
No related branches found
No related tags found
No related merge requests found
...@@ -42,6 +42,8 @@ def runTests(): ...@@ -42,6 +42,8 @@ def runTests():
print "# Test suite finished - no failures detected ! #" print "# Test suite finished - no failures detected ! #"
print "################################################" print "################################################"
sys.exit(0)
# ********************** module stand alone code ********************** # ********************** module stand alone code **********************
if __name__ == "__main__": if __name__ == "__main__":
runTests() runTests()
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