Skip to content

Commit

Permalink
Correct storage location in Mac/Linux (#358)
Browse files Browse the repository at this point in the history
  • Loading branch information
mccoyp authored Feb 6, 2023
1 parent 59f26d8 commit 7473353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/test-proxy-tool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ steps:
# nohup does NOT continue beyond the current session if you use it within powershell
- bash: |
nohup $(Build.BinariesDirectory)/test-proxy/test-proxy > ${{ parameters.templateRoot }}/test-proxy.log &
nohup $(Build.BinariesDirectory)/test-proxy/test-proxy --storage-location ${{ parameters.rootFolder }} > ${{ parameters.templateRoot }}/test-proxy.log &
displayName: "Run the testproxy - linux/mac"
condition: and(succeeded(), ne(variables['Agent.OS'],'Windows_NT'), ${{ parameters.condition }})
Expand Down

0 comments on commit 7473353

Please sign in to comment.