Author: ludo
Date: 2010-06-18 15:22:59 +0000 (Fri, 18 Jun 2010)
New Revision: 22327

You can view the changes in this commit at:
   https://svn.nixos.org/viewvc/nix?rev=22327&view=rev

Modified:
   hydra-config/gnu/trunk/guile/release.nix

Log:
guile: Publish the raw LCOV info file.

Changes:

Modified: hydra-config/gnu/trunk/guile/release.nix
===================================================================
--- hydra-config/gnu/trunk/guile/release.nix    2010-06-18 15:22:54 UTC (rev 
22326)
+++ hydra-config/gnu/trunk/guile/release.nix    2010-06-18 15:22:59 UTC (rev 
22327)
@@ -193,9 +193,9 @@
              rm -v "test-suite/tests/poe.test"  # for bug #29616
              stdbuf -o 0 -e 0 ./check-guile --coverage
 
-             echo "checking the contents of \`guile.info':"
-             cat guile.info | grep 'vlist\.scm'
-             echo "(done)"
+             # Publish the raw LCOV info file.
+             cp -v guile.info "$out/"
+             echo "report lcov-scheme $out/guile.info" >> 
$out/nix-support/hydra-build-products
           '';
         lcovExtraTraceFiles = [ "guile.info" ];
 

_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to