X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Fmain.py;h=7714d7da666c066bb71a23720cf48e273adf2cd5;hb=9ee9b136ebec5d21f5165acc5e4441c3e91a56dd;hp=797e28b25eb66acaa90d138a3d4197b02ab9b72c;hpb=3e0300e8f9695348aa4564f87a23ac3c0cf737ff;p=doctor.git diff --git a/tests/main.py b/tests/main.py index 797e28b2..7714d7da 100644 --- a/tests/main.py +++ b/tests/main.py @@ -92,7 +92,3 @@ def main(): doctor = DoctorTest(conf) doctor.run() - - -if __name__ == '__main__': - sys.exit(main())