Skip to content
GitLab
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
11b3d0bc
Commit
11b3d0bc
authored
Jan 08, 2007
by
Simon Marlow
Browse files
oops, fix bogosity in "ignore_output should be a test option"
parent
d0d2945b
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/driver/testlib.py
View file @
11b3d0bc
...
...
@@ -520,7 +520,7 @@ def compile_and_run__( name, way, extra_hc_opts, top_mod ):
# we don't check the compiler's stderr for a compile-and-run test
return
simple_run
(
name
,
way
,
'./'
+
name
,
getTestOpts
().
extra_run_opts
,
ignore_output
)
getTestOpts
().
ignore_output
)
def
compile_and_run
(
name
,
way
,
extra_hc_opts
):
return
compile_and_run__
(
name
,
way
,
extra_hc_opts
,
''
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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