X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2FTestMain.py;h=ff6098f73646c62ade15b9f5ad25e9dcb420084a;hb=de7d5e8f60adaa9fc3d16efa80eee4968546c839;hp=cf8f6702e9bd93e297d6baeab80fa88608e60d93;hpb=b47b8fa60bc6c6c554e345205aca15fed8db8c0c;p=tests.git diff --git a/system/TestMain.py b/system/TestMain.py index cf8f670..ff6098f 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,4 @@ 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 sys.exit(exit_code)