bugfix: remove return value, otherwise jenkins job will consider it as failure

This commit is contained in:
httprunner
2017-08-03 10:53:33 +08:00
parent 8e3bf499a0
commit 728c379f09

View File

@@ -77,5 +77,3 @@ def main():
if mailer and mailer.config_ready:
mailer.send_mail(flag, content=results)
return flag, results