From 4c2fe97acc10b5a8e6fbf35e4d68242cd650d1b4 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 7 Jan 2010 16:50:26 +0000 Subject: [PATCH] * Always create hydra-build-products, otherwise the build is made available as a one-click install which is not useful. svn path=/nixos/trunk/; revision=19296 --- lib/testing.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/testing.nix b/lib/testing.nix index 6df4cd397dd..bcd23d4278d 100644 --- a/lib/testing.nix +++ b/lib/testing.nix @@ -32,6 +32,8 @@ rec { mv $i $out/coverage-data/$(dirname $i) done + touch $out/nix-support/hydra-build-products + for i in $out/*.png; do echo "report screenshot $i" >> $out/nix-support/hydra-build-products done