[commit: hpc] ghc-7.6: Fix tests when BINDIST=YES (a433ac2)
Ian Lynagh
igloo at earth.li
Fri Jan 18 16:54:17 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/hpc
On branch : ghc-7.6
http://hackage.haskell.org/trac/ghc/changeset/a433ac28e50873ff7f61fd0f837e2722246222b4
>---------------------------------------------------------------
commit a433ac28e50873ff7f61fd0f837e2722246222b4
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