Skip to content

Commit

Permalink
Merge pull request #8604 from codedownio/rfc-test-suite-interactive
Browse files Browse the repository at this point in the history
Change exitcode-stdio-1.0 description to match current status quo
  • Loading branch information
mergify[bot] authored Nov 30, 2022
2 parents 7ac8729 + 09f9a3c commit cd9d145
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cabal-syntax/src/Distribution/Types/BenchmarkInterface.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ data BenchmarkInterface =
-- | Benchmark interface \"exitcode-stdio-1.0\". The benchmark
-- takes the form of an executable. It returns a zero exit code
-- for success, non-zero for failure. The stdout and stderr
-- channels may be logged. It takes no command line parameters
-- and nothing on stdin.
-- channels may be logged. Test tooling may pass command line
-- arguments and/or connect the stdin channel to the test.
--
BenchmarkExeV10 Version FilePath

Expand Down
4 changes: 2 additions & 2 deletions Cabal-syntax/src/Distribution/Types/TestSuiteInterface.hs
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ data TestSuiteInterface =

-- | Test interface \"exitcode-stdio-1.0\". The test-suite takes the form
-- of an executable. It returns a zero exit code for success, non-zero for
-- failure. The stdout and stderr channels may be logged. It takes no
-- command line parameters and nothing on stdin.
-- failure. The stdout and stderr channels may be logged. Test tooling may
-- pass command line arguments and/or connect the stdin channel to the test.
--
TestSuiteExeV10 Version FilePath

Expand Down

0 comments on commit cd9d145

Please sign in to comment.