[commit: packages/process] master: GH77: Accept output. (605ce3e)

git at git.haskell.org git at git.haskell.org
Wed Jul 19 21:18:30 UTC 2017


Repository : ssh://git@git.haskell.org/process

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/605ce3e53e0e7672e76a4c890c39bc48d8dca39d/process

>---------------------------------------------------------------

commit 605ce3e53e0e7672e76a4c890c39bc48d8dca39d
Author: Tamar Christina <tamar at zhox.com>
Date:   Sun Dec 11 15:23:19 2016 +0000

    GH77: Accept output.


>---------------------------------------------------------------

605ce3e53e0e7672e76a4c890c39bc48d8dca39d
 tests/{T4889.stdout => T9775/T9775_fail.stdout} | 2 +-
 tests/T9775/T9775_good.stdout                   | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/T4889.stdout b/tests/T9775/T9775_fail.stdout
similarity index 60%
copy from tests/T4889.stdout
copy to tests/T9775/T9775_fail.stdout
index d72cac5..7374c53 100644
--- a/tests/T4889.stdout
+++ b/tests/T9775/T9775_fail.stdout
@@ -1,2 +1,2 @@
 ExitSuccess
-1
+bye bye
diff --git a/tests/T9775/T9775_good.stdout b/tests/T9775/T9775_good.stdout
new file mode 100644
index 0000000..e08b355
--- /dev/null
+++ b/tests/T9775/T9775_good.stdout
@@ -0,0 +1,2 @@
+bye bye
+ExitFailure 120



More information about the ghc-commits mailing list