aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci/run_tests.py
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2017-07-04 07:46:34 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-07-04 07:46:34 +0000
commitc14a40a88ff496f981e61837f605027e65b2c345 (patch)
tree2a79f959af9b6ca8a5c9975eadd6056962705d65 /functest/ci/run_tests.py
parent3ccd401b18775cf152e883c44cc4937287f4e62d (diff)
parent3dcd1e4db7540459d3dff337684547d68fea2b44 (diff)
Merge "Apply restrictive file permissions"
Diffstat (limited to 'functest/ci/run_tests.py')
-rw-r--r--[-rwxr-xr-x]functest/ci/run_tests.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/functest/ci/run_tests.py b/functest/ci/run_tests.py
index 5155adc4..b95e1008 100755..100644
--- a/functest/ci/run_tests.py
+++ b/functest/ci/run_tests.py
@@ -276,6 +276,3 @@ def main():
args = parser.parse_args(sys.argv[1:])
runner = Runner()
return runner.main(**args).value
-
-if __name__ == '__main__':
- sys.exit(main())