mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-09 17:09:20 +00:00
Fixes as per Daniel's review; Removed the --quiet usage inpt-osc's nibble_is_safe, as it was ptc cruft
This commit is contained in:
@@ -152,10 +152,10 @@ like $output,
|
||||
);
|
||||
};
|
||||
|
||||
is(
|
||||
like(
|
||||
$EVAL_ERROR,
|
||||
'',
|
||||
"..unless --quiet was specified",
|
||||
qr/Error copying rows at chunk.*because MySQL chose/,
|
||||
"...even if --quiet was specified",
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user