fuck is some bullshit ts returns cuh

This commit is contained in:
lda
2025-12-07 01:55:37 +07:00 Unverified
parent 00cf33eefb
commit fc6548e15c
6 changed files with 34 additions and 15 deletions
+3 -3
View File
@@ -34,9 +34,9 @@ ForEach-Object { $_.Matches.Groups[1].Value } |
Get-Item
if ($testBinaries.Count -eq 0) {
Write-Error "No test binaries found!"
Write-Host "Cargo output:" -ForegroundColor Yellow
$cargoOutput | ForEach-Object { Write-Host $_ }
Write-Error "No test binaries found! Exiting..."
# Write-Host "Cargo output:" -ForegroundColor Yellow
# $cargoOutput | ForEach-Object { Write-Host $_ }
exit 1
}