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
a39ea8d5
Commit
a39ea8d5
authored
Aug 23, 2007
by
Simon Marlow
Browse files
count a syntax error in a .T file as a framework failure
parent
dd225329
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/driver/runtests.py
View file @
a39ea8d5
...
...
@@ -138,6 +138,7 @@ for file in t_files:
t
.
thread_pool
.
release
()
except
:
print
'*** found an error while executing '
,
file
,
':'
t
.
n_framework_failures
=
t
.
n_framework_failures
+
1
traceback
.
print_exc
()
summary
(
t
,
sys
.
stdout
)
...
...
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