ywkaras commented on code in PR #10885:
URL: https://github.com/apache/trafficserver/pull/10885#discussion_r1410047026
##########
tests/gold_tests/traffic_ctl/remap_inc/remap_inc.test.py:
##########
@@ -74,8 +74,8 @@
tr.StillRunningAfter = ts
tr = Test.AddTestRun("Get response from generator")
-tr.Processes.Default.Command = (
- f'test $$(curl --proxy 127.0.0.1:{ts.Variables.port}
http://example.four/nocache/5 | wc -c) == 5'
Review Comment:
This also works:
```
f"bash -c 'test $$(curl --proxy 127.0.0.1:{ts.Variables.port}
http://example.four/nocache/5 | wc -c) == 5'"
```
--
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]