X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestMain.py;h=4241e6a71141af3a5d95584c1a7fed0a5716309b;hb=6538ab6e1bc3d71412f4caf567cd18a11e1267c2;hp=cf8f6702e9bd93e297d6baeab80fa88608e60d93;hpb=87f953c20a5a10273673e0fab3a6ded79475ad4c;p=tests.git diff --git a/system/TestMain.py b/system/TestMain.py index cf8f670..4241e6a 100755 --- a/system/TestMain.py +++ b/system/TestMain.py @@ -527,7 +527,6 @@ steps refer to a method in TestPlc or to a step_* module def main(self): try: success=self.run() - print 'run has returned %s'%success if success == 'SUCCESS': return 0 elif success == 'IGNORED': return 2 else: return 1 @@ -540,5 +539,5 @@ steps refer to a method in TestPlc or to a step_* module if __name__ == "__main__": exit_code = TestMain().main() - print 'run_log is exiting',exit_code + print "TestMain exit code",exit_code sys.exit(exit_code)