Skip to content

Commit

Permalink
Try to get more info from the helix workitems
Browse files Browse the repository at this point in the history
  • Loading branch information
radekdoulik committed May 14, 2021
1 parent 8a91f71 commit 8807434
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eng/testing/WasmRunnerTemplate.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ echo ===========================================================================
pushd %EXECUTION_DIR%
@echo on
[[RunCommands]]
dir %HELIX_WORKITEM_UPLOAD_ROOT%\xharness-output
type %HELIX_WORKITEM_UPLOAD_ROOT%\xharness-output\chromedriver*.log
set EXIT_CODE=%ERRORLEVEL%
@echo off
popd
Expand Down
4 changes: 4 additions & 0 deletions src/libraries/sendtohelixhelp.proj
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@
<ItemGroup Condition="('$(Scenario)' == 'WasmTestOnBrowser' or '$(Scenario)' == 'BuildWasmApps') and '$(BrowserHost)' == 'windows'">
<HelixPreCommand Include="set PATH=%HELIX_CORRELATION_PAYLOAD%\chromedriver_win32%3B%PATH%" />
<HelixPreCommand Include="set PATH=%HELIX_CORRELATION_PAYLOAD%\chrome-win%3B%PATH%" />
<HelixPreCommand Include="echo dir %HELIX_CORRELATION_PAYLOAD%\chrome-win" />
<HelixPreCommand Include="dir %HELIX_CORRELATION_PAYLOAD%\chrome-win" />
<HelixPreCommand Include="echo dir %HELIX_CORRELATION_PAYLOAD%\chromedriver_win32" />
<HelixPreCommand Include="dir %HELIX_CORRELATION_PAYLOAD%\chromedriver_win32" />
</ItemGroup>

<PropertyGroup Condition="'$(NeedsToBuildWasmAppsOnHelix)' == 'true'">
Expand Down

0 comments on commit 8807434

Please sign in to comment.