From 2e694d6e6bd543da5e2d239d538589f12971a0ee Mon Sep 17 00:00:00 2001
From: aschwinn <al.schwinn@gsi.de>
Date: Thu, 4 May 2017 14:56:57 +0200
Subject: [PATCH] runTest returns with exit 0 on success

---
 silecs-codegen/src/xml/runTests.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/silecs-codegen/src/xml/runTests.py b/silecs-codegen/src/xml/runTests.py
index bf970b4..47bbe88 100644
--- a/silecs-codegen/src/xml/runTests.py
+++ b/silecs-codegen/src/xml/runTests.py
@@ -42,6 +42,8 @@ def runTests():
     print "# Test suite finished - no failures detected ! #"
     print "################################################"
 
+    sys.exit(0)
+
 # ********************** module stand alone code **********************
 if __name__ == "__main__":
     runTests()
-- 
GitLab