mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-01 18:25:59 +00:00
Fix t/pqd/json.t.
This commit is contained in:
@@ -71,7 +71,8 @@ ok(
|
||||
"$trunk/t/lib/samples/slowlogs/slow059.txt",
|
||||
qw(--output json))
|
||||
},
|
||||
"t/pt-query-digest/samples/slow059_report02.txt"
|
||||
"t/pt-query-digest/samples/slow059_report02.txt",
|
||||
"sed" => [q{-e 's/"name" : ".*/"name" : "slow059.txt"/'}],
|
||||
),
|
||||
'json output for slow059'
|
||||
) or diag($test_diff);
|
||||
|
@@ -487,7 +487,7 @@
|
||||
"global" : {
|
||||
"files" : [
|
||||
{
|
||||
"name" : "/Users/daniel/p/pqd-ps-rate/t/lib/samples/slowlogs/slow059.txt",
|
||||
"name" : "slow059.txt"
|
||||
"size" : 2152
|
||||
}
|
||||
],
|
||||
|
Reference in New Issue
Block a user