diff options
author | Zejun Wu <watashi@watashi.ws> | 2015-05-12 08:56:12 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2015-05-12 08:56:58 -0500 |
commit | f5188f3acd73a07b648924a58b9882c2d0a3dbcb (patch) | |
tree | 5d7ae74d59fbda04b4334b1c7356ba49b0f74831 /testsuite/tests/ghci/scripts/T10408B.stdout | |
parent | ca7c8550acbde1e03bbd3640a6a6d555a77f7e00 (diff) | |
download | haskell-f5188f3acd73a07b648924a58b9882c2d0a3dbcb.tar.gz |
Fix weird behavior of -ignore-dot-ghci and -ghci-scipt
* Make `-ghci-script` be executed in the order they are specified;
* Make `-ignore-dot-ghci` only ignores the default .ghci files but
still execute the scripts passed by `-ghci-script`.
Reviewed By: simonmar, austin
Differential Revision: https://phabricator.haskell.org/D887
GHC Trac Issues: #10408
Diffstat (limited to 'testsuite/tests/ghci/scripts/T10408B.stdout')
-rw-r--r-- | testsuite/tests/ghci/scripts/T10408B.stdout | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/T10408B.stdout b/testsuite/tests/ghci/scripts/T10408B.stdout new file mode 100644 index 0000000000..b13d0a49f8 --- /dev/null +++ b/testsuite/tests/ghci/scripts/T10408B.stdout @@ -0,0 +1,2 @@ +"T10408A" +"T10408B" |