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
46868ce8
Commit
46868ce8
authored
May 14, 2008
by
Simon Marlow
Browse files
following the fix for
#1955
, the .ps file is now in foo.ps, not foo.exe.ps on Windows
parent
f97bb928
Changes
1
Hide whitespace changes
Inline
Side-by-side
testsuite/driver/testlib.py
View file @
46868ce8
...
...
@@ -1040,10 +1040,7 @@ def check_hp_ok(name):
hp2psResult
=
runCmdExitCode
(
hp2psCmd
)
if
config
.
platform
==
'i386-unknown-mingw32'
:
actual_ps_file
=
qualify
(
name
,
'exe.ps'
)
else
:
actual_ps_file
=
qualify
(
name
,
'ps'
)
actual_ps_file
=
qualify
(
name
,
'ps'
)
if
(
hp2psResult
==
0
):
if
(
os
.
path
.
exists
(
actual_ps_file
)):
...
...
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