[commit: hpc] master: Fix tests when BINDIST=YES (5b5f2d4)
Ian Lynagh
igloo at earth.li
Fri Jan 18 19:31:06 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/hpc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/5b5f2d49bea0812cf352ab6074a8452bae1c2104
>---------------------------------------------------------------
commit 5b5f2d49bea0812cf352ab6074a8452bae1c2104
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Jan 18 11:46:49 2013 +0000
Fix tests when BINDIST=YES
>---------------------------------------------------------------
tests/hpcrun.pl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/hpcrun.pl b/tests/hpcrun.pl
index 1cd955b..88fef33 100644
--- a/tests/hpcrun.pl
+++ b/tests/hpcrun.pl
@@ -33,7 +33,7 @@ system ($HPC, "report", "$binary.tix");
print "\n\n";
system ($HPC, "report", "$binary.tix", "--per-module");
print "\n\n";
-open(MARKUP, "-|", "$HPC markup $binary.tix");
+open(MARKUP, "-|", $HPC, "markup", "$binary.tix");
while(<MARKUP>) {
my $line = $_;
print $line;
More information about the ghc-commits
mailing list