[project @ 2004-04-02 14:22:30 by simonmar]
[ghc-hetmet.git] / glafp-utils / runstdtest / runstdtest.prl
index e6a3534..5649d23 100644 (file)
@@ -186,7 +186,7 @@ if ($PostScript ne '') {
 # OK, so we're gonna do the normal thing...
 
 if ($Cachegrind eq 'yes') {
-  $CachegrindPrefix = "cachegrind --logfile-fd=99 99>$CachegrindStats";
+  $CachegrindPrefix = "valgrind --skin=cachegrind --logfile-fd=99 99>$CachegrindStats";
 } else {
   $CachegrindPrefix = '';
 }