File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/tests/BuildWasmApps/Wasm.Build.Tests/data Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ if /I [%XHARNESS_COMMAND%] == [test] (
48
48
set " JS_ENGINE_ARGS = --engine-arg^ =--stack-trace-limit^ =1000"
49
49
)
50
50
) else (
51
- if [%BROWSER_PATH% ] == [] (
51
+ if [%BROWSER_PATH% ] == [] if not [ %HELIX_CORRELATION_PAYLOAD% ] == [] (
52
52
set " BROWSER_PATH = --browser-path^ =%HELIX_CORRELATION_PAYLOAD% \chrome-win\chrome.exe"
53
53
)
54
54
)
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ if /I [%XHARNESS_COMMAND%] == [test] (
49
49
set " JS_ENGINE_ARGS = --engine-arg^ =--stack-trace-limit^ =1000"
50
50
)
51
51
) else (
52
- if [%BROWSER_PATH% ] == [] (
52
+ if [%BROWSER_PATH% ] == [] if not [ %HELIX_CORRELATION_PAYLOAD% ] == [] (
53
53
set " BROWSER_PATH = --browser-path^ =%HELIX_CORRELATION_PAYLOAD% \chrome-win\chrome.exe"
54
54
)
55
55
)
You can’t perform that action at this time.
0 commit comments