diff --git a/src/libraries/sendtohelixhelp.proj b/src/libraries/sendtohelixhelp.proj index fecc281788d990..569f3bf8134493 100644 --- a/src/libraries/sendtohelixhelp.proj +++ b/src/libraries/sendtohelixhelp.proj @@ -135,9 +135,9 @@ We "exit /b" at the end of RunTests.cmd. Helix runs some other commands after ours within the batch script, so if we don't use "call", then we cause the parent script to exit, and anything after will not be executed. --> - call RunTests.cmd --runtime-path %HELIX_CORRELATION_PAYLOAD% + call RunTests.cmd $(HelixCommand) --runtime-path %HELIX_CORRELATION_PAYLOAD% - ./RunTests.sh --runtime-path "$HELIX_CORRELATION_PAYLOAD" + ./RunTests.sh $(HelixCommand) --runtime-path "$HELIX_CORRELATION_PAYLOAD"