diff --git a/system-test/mxs1787_call_ps.cpp b/system-test/mxs1787_call_ps.cpp index 11222e2e9..d8af154e4 100644 --- a/system-test/mxs1787_call_ps.cpp +++ b/system-test/mxs1787_call_ps.cpp @@ -64,5 +64,7 @@ int main(int argc, char* argv[]) test.expect(mysql_query(test.maxscales->conn_rwsplit[0], "SELECT 1") == 0, "Normal queries should work"); test.maxscales->disconnect(); + test.stop_timeout(); + return test.global_result; }