We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc419f commit 31d184bCopy full SHA for 31d184b
devops/scripts/windows_detect_hung_tests.ps1
@@ -1,5 +1,5 @@
1
$exitCode = 0
2
-$hungTests = Get-Process | Where-Object { ($_.Path -match "llvm\\install") -or ($_.Path -match "llvm\\build-e2e") }
+$hungTests = Get-Process | Where-Object { ($_.Path -match "llvm\\install") -or ($_.Path -match "llvm\\build-e2e") -or ($_.Path -match "llvm\\build") }
3
$hungTests | Foreach-Object {
4
$exitCode = 1
5
echo "Test $($_.Path) hung!"
0 commit comments