mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-08 00:47:36 +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:
|
if mailer and mailer.config_ready:
|
||||||
mailer.send_mail(flag, content=results)
|
mailer.send_mail(flag, content=results)
|
||||||
|
|
||||||
return flag, results
|
|
||||||
|
|||||||
Reference in New Issue
Block a user