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
52478bac
Commit
52478bac
authored
Oct 25, 2006
by
andy@galois.com
Browse files
removing .tix files before running tests
parent
9f108a30
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/driver/testlib.py
View file @
52478bac
...
...
@@ -988,6 +988,7 @@ def pretest_cleanup(name):
rm_no_fail
(
qualify
(
name
,
'comp.stderr'
))
rm_no_fail
(
qualify
(
name
,
'run.stderr'
))
rm_no_fail
(
qualify
(
name
,
'run.stdout'
))
rm_no_fail
(
qualify
(
name
,
'tix'
))
# remove the old tix file
# simple_build zaps the following:
# rm_nofail(qualify("o"))
# rm_nofail(qualify(""))
...
...
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