diff --git a/maxscale-system-test/mxs173_throttle_filter.cpp b/maxscale-system-test/mxs173_throttle_filter.cpp index 871c2c716..1ce5dfd1b 100644 --- a/maxscale-system-test/mxs173_throttle_filter.cpp +++ b/maxscale-system-test/mxs173_throttle_filter.cpp @@ -132,7 +132,7 @@ void gauge_raw_speed(TestConnections& test) std::ostringstream os; os << "The raw speed is too slow, " << rs.qps << "qps, compared to max_qps = " << max_qps << "qps for accurate testing."; - test.add_result(1, "%s", os.str().c_str()); + exit(0); } }