ad more steps to go back and forth in the sfa scenario
[tests.git] / system / TestMain.py
index cf7df7b..8854624 100755 (executable)
@@ -191,7 +191,7 @@ steps refer to a method in TestPlc or to a step_* module
         if self.options.list_steps:
             self.init_steps()
             self.list_steps()
-            sys.exit(1)
+            return True
 
         # steps
         if not self.options.steps: