Skip to content

Commit 4955f3b

Browse files
committed
Add blame to tests in CI
1 parent 7814449 commit 4955f3b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/send-to-helix.proj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@
3434
<_TestRunCommandArguments Include="-s .runsettings" />
3535
<_TestRunCommandArguments Include="$(_TestNameEnvVar).dll" />
3636
<_TestRunCommandArguments Include="--ResultsDirectory:$(_HelixLogsPath)" />
37+
<_TestRunCommandArguments Include="--blame-hang" />
38+
<_TestRunCommandArguments Include="--blame-hang-dump-type" />
39+
<_TestRunCommandArguments Include="full" />
40+
<_TestRunCommandArguments Include="--blame-hang-timeout" />
41+
<_TestRunCommandArguments Include="10m" />
42+
<_TestRunCommandArguments Include="--blame-crash" />
43+
<_TestRunCommandArguments Include="--blame-crash-dump-type" />
44+
<_TestRunCommandArguments Include="full" />
3745
</ItemGroup>
3846

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

0 commit comments

Comments
 (0)