Serge S. Gulin pushed to branch wip/T25974 at Glasgow Haskell Compiler / GHC
Commits:
-
4cce80b4
by Serge S. Gulin at 2025-05-13T00:36:56+04:00
1 changed file:
Changes:
... | ... | @@ -718,8 +718,10 @@ function test_hadrian() { |
718 | 718 | local instdir="$TOP/_build/install"
|
719 | 719 | local test_compiler="$instdir/bin/${cross_prefix}ghc$exe"
|
720 | 720 | install_bindist _build/bindist/ghc-*/ "$instdir"
|
721 | + echo "test_compiler ($test_compiler) settings:"
|
|
722 | + cat "$instdir/lib/settings"
|
|
721 | 723 | echo 'main = putStrLn "hello world"' > expected
|
722 | - run "$test_compiler" -package ghc "$TOP/.gitlab/hello.hs" -o hello
|
|
724 | + run "$test_compiler" -package ghc "$TOP/.gitlab/hello.hs" -v -o hello
|
|
723 | 725 | |
724 | 726 | if [[ "${CROSS_TARGET:-no_cross_target}" =~ "mingw" ]]; then
|
725 | 727 | ${CROSS_EMULATOR:-} ./hello.exe > actual
|