Commit 723293de authored by Bjorn Munch's avatar Bjorn Munch

Bug #42513 mtr2: mysqltest doesn't count internal commands output as real output

MTR insited in exit; if run without result file
Simply remove the else part producing the error and let test finish
parent 5fbd98a1
......@@ -8311,16 +8311,6 @@ int main(int argc, char **argv)
check_result();
}
}
else
{
/*
No result_file_name specified, the result
has been printed to stdout, exit with error
unless script has called "exit" to indicate success
*/
if (abort_flag == 0)
die("Exit with failure! Call 'exit' in script to return with sucess");
}
}
else
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment