serrislew commented on code in PR #12122:
URL: https://github.com/apache/trafficserver/pull/12122#discussion_r2019336016


##########
tests/README.md:
##########
@@ -132,7 +132,7 @@ ts=Test.MakeATSProcess("ts")
 #first test is a miss for default
 tr=Test.AddTestRun()
 # get port for command from Variables
-tr.Processes.Default.Command='curl "http://127.0.0.1:{0}"; 
--verbose'.format(ts.Variables.port)
+tr.MakeCurlCommand='"http://127.0.0.1:{0}"; --verbose'.format(ts.Variables.port)

Review Comment:
   Nice catch!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to