mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-17 01:01:39 +08:00
Fix --resume.
This commit is contained in:
@@ -261,7 +261,7 @@ $pipeline->add(
|
||||
);
|
||||
|
||||
$output = output(
|
||||
sub { $pipeline->execute(%args) },
|
||||
sub {$pipeline->execute(%args); },
|
||||
stderr => 1,
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user