Change MKDEBUG to PTDEBUG. Remove 1.0.2 from release notes.

This commit is contained in:
Daniel Nichter
2011-12-30 09:23:41 -07:00
parent 547cbfd348
commit d1bd7a9f3b
44 changed files with 5083 additions and 5111 deletions
+1 -1
View File
@@ -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,