summary refs log tree commit diff
path: root/lib/testing.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/testing.nix')
-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
         ''; # */
     };