Skip to content

Commit

Permalink
Debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
ennoruijters committed Feb 19, 2024
1 parent 0fdedc3 commit 9e843b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ function Run-Test {
Start-Process -FilePath dftcalc -ArgumentList $AllArgs.Split(" ") -NoNewWindow -Wait -RedirectStandardOutput "$File.output.txt" -RedirectStandardError "$File.error.txt"
} catch {
Write-Information "FAIL: $File $TestArgs (Failed to start)";
Get-Content -Path "$File.error.txt" | Write-Information;
Write-Information $_
return 1;
}
Expand Down

0 comments on commit 9e843b2

Please sign in to comment.