From 82997cb31173f9a82555ff7d5eb7ef9746256329 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Tue, 31 Mar 2015 09:49:07 +1300 Subject: Fix timestamps in detail view - Fix a crash when connection timestamps don't exist yet - Fix display of response timestamps - Get rid of those colossal ternaries. I want a device that pokes people in the eye every time they try to use a ternary operator. --- test/tools/testpatt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/tools/testpatt b/test/tools/testpatt index 5ee1ea02..b41011c0 100755 --- a/test/tools/testpatt +++ b/test/tools/testpatt @@ -1,9 +1,9 @@ #!/bin/bash # Generate a test pattern with pathoc -PATHOD=http://localhost:9999 -pathoc localhost:8080 "get:'$PATHOD/p/200:p0,1:b@2048b':b@2048b" -pathoc localhost:8080 "get:'$PATHOD/p/300:p0,1:b@2048b':b@2048b" -pathoc localhost:8080 "get:'$PATHOD/p/400:p0,1:b@2048b':b@2048b" -pathoc localhost:8080 "get:'$PATHOD/p/500:p0,1:b@2048b':b@2048b" -pathoc localhost:8080 "get:'$PATHOD/p/600:p0,1:b@2048b':b@2048b" +PATHOD=localhost:9999 +pathoc -s -c $PATHOD localhost:8080 "get:'/p/200:p0,1:b@2048b':b@2048b" +pathoc -s -c $PATHOD localhost:8080 "get:'/p/300:p0,1:b@2048b':b@2048b" +pathoc -s -c $PATHOD localhost:8080 "get:'/p/400:p0,1:b@2048b':b@2048b" +pathoc -s -c $PATHOD localhost:8080 "get:'/p/500:p0,1:b@2048b':b@2048b" +pathoc -s -c $PATHOD localhost:8080 "get:'/p/600:p0,1:b@2048b':b@2048b" -- cgit v1.2.3