diff options
Diffstat (limited to 'test/sql/alltests.py')
| -rw-r--r-- | test/sql/alltests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/alltests.py b/test/sql/alltests.py index 98dbfa6a0..2517cdf8d 100644 --- a/test/sql/alltests.py +++ b/test/sql/alltests.py @@ -31,4 +31,4 @@ def suite(): if __name__ == '__main__': - testbase.runTests(suite()) + testbase.main(suite()) |
