Skip to content

Commit 8807434

Browse files
committed
Try to get more info from the helix workitems
1 parent 8a91f71 commit 8807434

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

eng/testing/WasmRunnerTemplate.cmd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ echo ===========================================================================
3535
pushd %EXECUTION_DIR%
3636
@echo on
3737
[[RunCommands]]
38+
dir %HELIX_WORKITEM_UPLOAD_ROOT%\xharness-output
39+
type %HELIX_WORKITEM_UPLOAD_ROOT%\xharness-output\chromedriver*.log
3840
set EXIT_CODE=%ERRORLEVEL%
3941
@echo off
4042
popd

src/libraries/sendtohelixhelp.proj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@
113113
<ItemGroup Condition="('$(Scenario)' == 'WasmTestOnBrowser' or '$(Scenario)' == 'BuildWasmApps') and '$(BrowserHost)' == 'windows'">
114114
<HelixPreCommand Include="set PATH=%HELIX_CORRELATION_PAYLOAD%\chromedriver_win32%3B%PATH%" />
115115
<HelixPreCommand Include="set PATH=%HELIX_CORRELATION_PAYLOAD%\chrome-win%3B%PATH%" />
116+
<HelixPreCommand Include="echo dir %HELIX_CORRELATION_PAYLOAD%\chrome-win" />
117+
<HelixPreCommand Include="dir %HELIX_CORRELATION_PAYLOAD%\chrome-win" />
118+
<HelixPreCommand Include="echo dir %HELIX_CORRELATION_PAYLOAD%\chromedriver_win32" />
119+
<HelixPreCommand Include="dir %HELIX_CORRELATION_PAYLOAD%\chromedriver_win32" />
116120
</ItemGroup>
117121

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

0 commit comments

Comments
 (0)