Skip to content

Commit

Permalink
Add blame to tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ReubenBond committed Mar 26, 2024
1 parent 7814449 commit 4955f3b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/send-to-helix.proj
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@
<_TestRunCommandArguments Include="-s .runsettings" />
<_TestRunCommandArguments Include="$(_TestNameEnvVar).dll" />
<_TestRunCommandArguments Include="--ResultsDirectory:$(_HelixLogsPath)" />
<_TestRunCommandArguments Include="--blame-hang" />
<_TestRunCommandArguments Include="--blame-hang-dump-type" />
<_TestRunCommandArguments Include="full" />
<_TestRunCommandArguments Include="--blame-hang-timeout" />
<_TestRunCommandArguments Include="10m" />
<_TestRunCommandArguments Include="--blame-crash" />
<_TestRunCommandArguments Include="--blame-crash-dump-type" />
<_TestRunCommandArguments Include="full" />
</ItemGroup>

<Import Project="$(MSBuildThisFileDirectory)send-to-helix-workload-tests.proj" />
Expand Down

0 comments on commit 4955f3b

Please sign in to comment.