summaryrefslogtreecommitdiff
path: root/test/base/alltests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/base/alltests.py')
-rw-r--r--test/base/alltests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/base/alltests.py b/test/base/alltests.py
index 887e4567c..70ff83ab8 100644
--- a/test/base/alltests.py
+++ b/test/base/alltests.py
@@ -16,4 +16,4 @@ def suite():
if __name__ == '__main__':
- testbase.runTests(suite())
+ testbase.main(suite())