aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2018-12-01 09:13:38 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-12-01 09:13:38 +0000
commitcc861045af944e40a25f157549a16eb6b7b55fd2 (patch)
tree1951d6c9ccb1ee05f7463e275cfdeb52d759b029
parent06ee93a85bf9e6bf31948cfe8d36e790c76e453a (diff)
parentea9161c31990c08f48858f7ca6ba52396114ca97 (diff)
Merge "Stop returning values in run()" into stable/gambia
-rw-r--r--xtesting/samples/first.py1
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