X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tests%2Fmain.py;h=edff16f22cbbb9b01732c189ac1229eba689d22b;hb=7cbdc3b64449c729c39dd33e1785076b8a127d68;hp=df7e95f3e388186bd187f71c1f2bbb8ae72b017f;hpb=1c1d3d1ddc21ae28deabef9f5f6e310d46fdf0ef;p=doctor.git diff --git a/tests/main.py b/tests/main.py index df7e95f3..edff16f2 100644 --- a/tests/main.py +++ b/tests/main.py @@ -211,7 +211,3 @@ def main(): doctor = DoctorTest(conf) doctor.run() - - -if __name__ == '__main__': - sys.exit(main())