Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
Source project has a limited visibility.
  • Ben Gamari's avatar
    1f871e70
    testsuite: Remove redundant cleaning logic from T16511 · 1f871e70
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    The GHCi script for T16511 had some `rm` commands to clean up output
    from previous runs. This should be harmless since stderr was redirected
    to /dev/null; however, it seems that this redirection doesn't work on
    Windows (perhaps because GHCi uses `cmd` to execute the command-line;
    I'm not sure). I tried to fix it but was unable to find a sensible
    solution.
    
    Regardless, the cleaning logic is quite redundant now that we run each
    test in a hermetic environment. Let's just remove it.
    1f871e70
    History
    testsuite: Remove redundant cleaning logic from T16511
    Ben Gamari authored and Marge Bot's avatar Marge Bot committed
    The GHCi script for T16511 had some `rm` commands to clean up output
    from previous runs. This should be harmless since stderr was redirected
    to /dev/null; however, it seems that this redirection doesn't work on
    Windows (perhaps because GHCi uses `cmd` to execute the command-line;
    I'm not sure). I tried to fix it but was unable to find a sensible
    solution.
    
    Regardless, the cleaning logic is quite redundant now that we run each
    test in a hermetic environment. Let's just remove it.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.