Ticket #5123: T706-flags.patch

File T706-flags.patch, 414 bytes (added by daniel.is.fischer, 2 years ago)

patch adding -ignore-dot-ghci to --interactive invocation

  • tests/ghc-regress/driver/Makefile

    diff --git a/tests/ghc-regress/driver/Makefile b/tests/ghc-regress/driver/Makefile
    index 770eef8..a5f0a9c 100644
    a b  
    484484        "$(TEST_HC)" -c T706.hs 
    485485        cp T706b.hs T706.hs 
    486486        "$(TEST_HC)" -c T706.hs 
    487         echo "test" | "$(TEST_HC)" --interactive -v0 T706 
     487        echo "test" | "$(TEST_HC)" --interactive -ignore-dot-ghci -v0 T706