From c249066dbfdeebc35ba413f7a05b86281cf7a1a7 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 15 Mar 2007 18:11:05 +0000 Subject: "alltests" runners call testbase.main(), which takes an optional suite, so that exit code is propigated --- test/sql/alltests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/sql/alltests.py') 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()) -- cgit v1.2.1