You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/02/09 16:03:37 UTC

[GitHub] [trafficserver] ywkaras commented on a change in pull request #8659: Remove the unnecessary runroot flag from traffic_ctl cmd in a unit test.

ywkaras commented on a change in pull request #8659:
URL: https://github.com/apache/trafficserver/pull/8659#discussion_r802826366



##########
File path: tests/gold_tests/pluginTest/remap_stats/remap_stats.test.py
##########
@@ -64,7 +64,7 @@
 
 # 2 Test - Gather output
 tr = Test.AddTestRun("analyze stats")
-tr.Processes.Default.Command = r'traffic_ctl metric match \.\*remap_stats\* {0}'.format(ts.Disk.runroot_yaml.Name)
+tr.Processes.Default.Command = r'traffic_ctl metric match \.\*remap_stats\*'

Review comment:
       Looks good.




-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org