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