Fix test build failure

MXS-1543 test failed to build in 2.2.
This commit is contained in:
Markus Mäkelä 2018-01-19 09:30:21 +02:00
parent 7c7190e0c4
commit bbe99e458d

View File

@ -26,7 +26,7 @@ int main(int argc, char** argv)
// Wait for the avrorouter to process the data
sleep(10);
test.check_log_err("Possible STATEMENT or MIXED", true);
test.check_log_err(0, "Possible STATEMENT or MIXED", true);
return test.global_result;
}