X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=functest%2Fci%2Frun_tests.py;h=b95e1008b42a87401738b96a7bffb8b867e04283;hb=d1704a679ce7d4d8251d9f6e057d47333b2923fe;hp=5155adc46c3f32166802d240f3bed90c6f3817e9;hpb=678609610f4ccbcb19438cbce5d84bd376010596;p=functest.git diff --git a/functest/ci/run_tests.py b/functest/ci/run_tests.py old mode 100755 new mode 100644 index 5155adc46..b95e1008b --- 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())