mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-30 01:01:51 +08:00
Change MKDEBUG to PTDEBUG. Remove 1.0.2 from release notes.
This commit is contained in:
@@ -20,7 +20,7 @@ my $run_with = "$trunk/bin/pt-query-digest --report-format=query_report --limit
|
||||
# #############################################################################
|
||||
my $output = 'foo'; # clear previous test results
|
||||
my $cmd = "${run_with}slow026.txt";
|
||||
$output = `MKDEBUG=1 $cmd 2>&1`;
|
||||
$output = `PTDEBUG=1 $cmd 2>&1`;
|
||||
# Changed qr// from matching db to Schema because attribs are auto-detected.
|
||||
like(
|
||||
$output,
|
||||
|
||||
Reference in New Issue
Block a user