From a3aa97009c9619a21c21292de2c0ac890ba69fd3 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 9 Jan 2011 18:16:59 +0000 Subject: [PATCH] * Doh. svn path=/nixos/trunk/; revision=25469 --- lib/testing.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/testing.nix b/lib/testing.nix index 7a0e9ea4347..ebc5cd46946 100644 --- a/lib/testing.nix +++ b/lib/testing.nix @@ -65,7 +65,7 @@ rec { ln -s ${pkgs.jquery_ui}/js/jquery-ui.min.js $out/ touch $out/nix-support/hydra-build-products - echo "report testlog $i" >> $out/nix-support/hydra-build-products + echo "report testlog log.html" >> $out/nix-support/hydra-build-products for i in $out/*.png; do echo "report screenshot $i" >> $out/nix-support/hydra-build-products