Skip to content

Commit d705b14

Browse files
scbeddazure-sdk
authored andcommitted
we should write these proxy logs to the same root folder that we start the proxy in
1 parent ce897a4 commit d705b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/common/testproxy/test-proxy-tool.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ steps:
6363
6464
# nohup does NOT continue beyond the current session if you use it within powershell
6565
- bash: |
66-
nohup $(Build.BinariesDirectory)/test-proxy/test-proxy &>$(Build.SourcesDirectory)/test-proxy.log &
66+
nohup $(Build.BinariesDirectory)/test-proxy/test-proxy &>${{ parameters.rootFolder }}/test-proxy.log &
6767
6868
echo $! > $(Build.SourcesDirectory)/test-proxy.pid
6969
echo "##vso[task.setvariable variable=PROXY_PID]$(cat $(Build.SourcesDirectory)/test-proxy.pid)"

0 commit comments

Comments
 (0)