Repository : ssh://darcs.haskell.org//srv/darcs/packages/hpc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/b0ee562fea9c2644076f30923e0c6a2f2ff2c39f >--------------------------------------------------------------- commit b0ee562fea9c2644076f30923e0c6a2f2ff2c39f Author: Simon Marlow <[email protected]> Date: Thu Nov 24 11:18:47 2011 +0000 tweak to make it work on Windows >--------------------------------------------------------------- tests/hpcrun.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tests/hpcrun.pl b/tests/hpcrun.pl index 51f2b38..77e4830 100644 --- a/tests/hpcrun.pl +++ b/tests/hpcrun.pl @@ -30,7 +30,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; _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
