mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
bugfix: remove return value, otherwise jenkins job will consider it as failure
This commit is contained in:
@@ -77,5 +77,3 @@ def main():
|
||||
|
||||
if mailer and mailer.config_ready:
|
||||
mailer.send_mail(flag, content=results)
|
||||
|
||||
return flag, results
|
||||
|
||||
Reference in New Issue
Block a user