From b6884f8a87ee442b88d7c4b5dfb7af4a10c26670 Mon Sep 17 00:00:00 2001 From: Petr Rockai Date: Sun, 14 Sep 2014 11:12:12 +0200 Subject: NIX: Mark builds with failed tests as such. --- nix/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nix') diff --git a/nix/default.nix b/nix/default.nix index d023f6eab..445b0a7f8 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -21,6 +21,8 @@ let cat $i/test-results/list >> $out/test-results/list cp $i/test-results'/'*.txt $out/test-results/ || true done + mkdir -p $out/nix-support + grep '\' $out/test-results/list && touch $out/nix-support/failed ''; buildInputs = map (x: runTest (args // { flavour = x; })) -- cgit v1.2.1