Fix test build failure
MXS-1543 test failed to build in 2.2.
This commit is contained in:
@ -26,7 +26,7 @@ int main(int argc, char** argv)
|
|||||||
|
|
||||||
// Wait for the avrorouter to process the data
|
// Wait for the avrorouter to process the data
|
||||||
sleep(10);
|
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;
|
return test.global_result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user