Skip to content

Commit

Permalink
Fixed that unit.pcre_test works again.
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Mar 5, 2021
1 parent bcd1607 commit ecc1cd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mysql-test/suite/unit/suite.pm
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ sub start_test {
my ($command, %tests, $prefix);
for (@ctest_list) {
chomp;
if (/^\d+: Test command: +([^ \t]+)/) {
if (/^\d+: Test command: +([^ \t]+.*)/) {
$command= $1;
$prefix= /libmariadb/ ? 'conc_' : '';
} elsif (/^ +Test +#\d+: ([^ \t]+)/) {
} elsif (/^ +Test +#\d+: ([^ \t]+.*)/) {
if ($command ne "NOT_AVAILABLE" && $command ne "/bin/sh") {
$tests{$prefix.$1}=$command;
}
Expand Down

0 comments on commit ecc1cd2

Please sign in to comment.