From 1f552528447660cbfe26736fc861fd3174daa0f2 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Thu, 3 Aug 2017 10:53:33 +0800 Subject: [PATCH] bugfix: remove return value, otherwise jenkins job will consider it as failure --- ate/cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ate/cli.py b/ate/cli.py index 0609e2be..a7cf5172 100644 --- a/ate/cli.py +++ b/ate/cli.py @@ -77,5 +77,3 @@ def main(): if mailer and mailer.config_ready: mailer.send_mail(flag, content=results) - - return flag, results