From 260d9faee70846b99439417f91671a1211074448 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Sun, 9 Jan 2011 18:31:03 +0000 Subject: * Urgh. svn path=/nixos/trunk/; revision=25471 --- lib/testing.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lib/testing.nix b/lib/testing.nix index ebc5cd46946..045b5b646b8 100644 --- a/lib/testing.nix +++ b/lib/testing.nix @@ -65,11 +65,7 @@ rec { ln -s ${pkgs.jquery_ui}/js/jquery-ui.min.js $out/ touch $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 - done + echo "report testlog $out/log.html" >> $out/nix-support/hydra-build-products ''; # */ }; -- cgit 1.4.1