From ea9161c31990c08f48858f7ca6ba52396114ca97 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 28 Nov 2018 22:09:03 +0100 Subject: Stop returning values in run() MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Runner only checks status via is_successful(). Change-Id: I12647449b037223ac4e3c6ee577610d4430d0bf5 Signed-off-by: Cédric Ollivier (cherry picked from commit 0afe15823d98871a09ae88840a2d3538137299a8) --- xtesting/samples/first.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xtesting/samples/first.py b/xtesting/samples/first.py index b7ec8b6d..e8a17b23 100644 --- a/xtesting/samples/first.py +++ b/xtesting/samples/first.py @@ -23,4 +23,3 @@ class Test(testcase.TestCase): six.print_("Hello World") self.result = 100 self.stop_time = time.time() - return testcase.TestCase.EX_OK -- cgit 1.2.3-korg