diff options
Diffstat (limited to 'functest/ci/run_tests.py')
-rw-r--r--[-rwxr-xr-x] | functest/ci/run_tests.py | 3 |
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()) |