bneradt commented on a change in pull request #8267:
URL: https://github.com/apache/trafficserver/pull/8267#discussion_r693074343
##########
File path: tests/gold_tests/pluginTest/tsapi/tsapi.test.py
##########
@@ -26,6 +26,13 @@
)
Test.ContinueOnFail = True
+plugin_name = "test_tsapi"
+log_file_name = "log.txt"
+
+
+# The test plugin will output test logging to this file.
+Test.Env["OUTPUT_FILE"] = Test.RunDirectory + "/" + log_file_name
Review comment:
A small thing, but better to use `os.path.join` here as is done
elsewhere in the file.
--
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]