summaryrefslogtreecommitdiffstats
path: root/tests/main.py
diff options
context:
space:
mode:
authorTomi Juvonen <tomi.juvonen@nokia.com>2017-09-05 12:07:27 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-05 12:07:27 +0000
commit7cbdc3b64449c729c39dd33e1785076b8a127d68 (patch)
tree7577633af85bddabc17e965633a556dcdb4b6f9a /tests/main.py
parent1c1d3d1ddc21ae28deabef9f5f6e310d46fdf0ef (diff)
parent9ee9b136ebec5d21f5165acc5e4441c3e91a56dd (diff)
Merge "Add doctor-test package"
Diffstat (limited to 'tests/main.py')
-rw-r--r--tests/main.py4
1 files changed, 0 insertions, 4 deletions
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())