mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-29 09:32:47 +00:00
Add --version, --help, and other long opts with backards-compatible short opts to pt-pmp.
This commit is contained in:
@@ -25,7 +25,7 @@ while ( my $file = readdir $dh ) {
|
||||
"t/pt-pmp/samples/$outfile",
|
||||
),
|
||||
"$file"
|
||||
);
|
||||
) or diag($test_diff);
|
||||
}
|
||||
closedir $dh;
|
||||
|
||||
@@ -35,6 +35,6 @@ ok(
|
||||
"t/pt-pmp/samples/stacktrace003-limit2.out",
|
||||
),
|
||||
"Limit 2 (stacktrace003-limit2.out)"
|
||||
);
|
||||
) or diag($test_diff);
|
||||
|
||||
done_testing;
|
||||
|
Reference in New Issue
Block a user