Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
9fe9d463
Commit
9fe9d463
authored
May 19, 2005
by
simonmar
Browse files
[project @ 2005-05-19 09:55:33 by simonmar]
Add skip_if_no_ghci
parent
2a3dbc81
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/driver/testlib.py
View file @
9fe9d463
...
...
@@ -282,6 +282,12 @@ def _extra_run_opts( opts, v ):
def
no_clean
(
opts
):
opts
.
cleanup
=
''
;
# -----
def
skip_if_no_ghci
(
opts
):
if
not
(
'ghci'
in
config
.
run_ways
):
opts
.
skip
=
1
# ----
# Function for composing two opt-fns together
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment