mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-17 01:01:39 +08:00
Fix default log level in log_warn_die.sh.
This commit is contained in:
@@ -17,7 +17,7 @@ my $output = `$trunk/bin/pt-stalk --help`;
|
||||
|
||||
like(
|
||||
$output,
|
||||
qr/^\s+--verbose\s+2/m,
|
||||
qr/^\s+--vebose\s+2/m,
|
||||
"Default --verbose=2"
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user