mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Run all check-warning and check-testcase in parallel, this also give the
oportunity to check if any other process fails during this. Add possiblitiy to store "user_data" in a Safeprocess Add function to get pid from a SafeProcess
This commit is contained in:
@ -242,6 +242,12 @@ sub mtr_report_test ($) {
|
||||
{
|
||||
my $timer= $tinfo->{timer} || "";
|
||||
mtr_report("[ pass ] $timer");
|
||||
|
||||
# Show any problems check-testcase found
|
||||
if ( defined $tinfo->{'check'} )
|
||||
{
|
||||
mtr_report($tinfo->{'check'});
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user