diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-11-28 22:09:03 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-12-01 09:54:43 +0100 |
commit | ea9161c31990c08f48858f7ca6ba52396114ca97 (patch) | |
tree | ca7f40eaf7c1e8f99631a7c3b2f40944328af44c /xtesting | |
parent | 4068f048e15814e92dd6bf5c6ff6e050652049ca (diff) |
Stop returning values in run()
Runner only checks status via is_successful().
Change-Id: I12647449b037223ac4e3c6ee577610d4430d0bf5
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 0afe15823d98871a09ae88840a2d3538137299a8)
Diffstat (limited to 'xtesting')
-rw-r--r-- | xtesting/samples/first.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |