Skip to content

testsuite: Show exit code of GHCi tests on failure

Ömer Sinan Ağacan requested to merge osa1/ghc:show_ghci_test_exit_code into master

With 3394a7cd we started showing the exit code when a test fails with an unexpected exit code. This commit does the same when a GHCi test fails with an exit code mismatch.

Merge request reports