summary refs log tree commit diff
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2011-01-09 18:31:03 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2011-01-09 18:31:03 +0000
commit260d9faee70846b99439417f91671a1211074448 (patch)
tree5d0aeb78ef5d30b8dd890f2e4404654e115d281a
parent7adc21218fb16a210bbd6fac8e03a2fb696d96c5 (diff)
downloadnixpkgs-260d9faee70846b99439417f91671a1211074448.tar
nixpkgs-260d9faee70846b99439417f91671a1211074448.tar.gz
nixpkgs-260d9faee70846b99439417f91671a1211074448.tar.bz2
nixpkgs-260d9faee70846b99439417f91671a1211074448.tar.lz
nixpkgs-260d9faee70846b99439417f91671a1211074448.tar.xz
nixpkgs-260d9faee70846b99439417f91671a1211074448.tar.zst
nixpkgs-260d9faee70846b99439417f91671a1211074448.zip
* Urgh.
svn path=/nixos/trunk/; revision=25471
-rw-r--r--lib/testing.nix6
1 files changed, 1 insertions, 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
         ''; # */
     };