Skip to content
Snippets Groups Projects
Forked from Glasgow Haskell Compiler / GHC
66723 commits behind the upstream repository.
  • Simon Marlow's avatar
    581bd312
    [project @ 1997-11-25 11:50:17 by simonm] · 581bd312
    Simon Marlow authored
    Don't try to generate stdout files if using -accept-output.  It didn't
    work anyway: a call to pop had stomped on the variable containing the
    filename before it was used, setting it to the empty string.  The call
    to touch then failed with a syntax error.
    
    This behaviour seems more useful: sometimes you really don't want to
    check the stdout and/or stderr, so you just don't create the file.
    581bd312
    History
    [project @ 1997-11-25 11:50:17 by simonm]
    Simon Marlow authored
    Don't try to generate stdout files if using -accept-output.  It didn't
    work anyway: a call to pop had stomped on the variable containing the
    filename before it was used, setting it to the empty string.  The call
    to touch then failed with a syntax error.
    
    This behaviour seems more useful: sometimes you really don't want to
    check the stdout and/or stderr, so you just don't create the file.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
runstdtest.prl 15.07 KiB