From 9c3099d3286b7bc8582b1685ba1917db409cac0c Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 21 Jul 2006 13:21:43 +0000 Subject: * Purify `make check'. --- tests/build-hook.nix.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/build-hook.nix.in') diff --git a/tests/build-hook.nix.in b/tests/build-hook.nix.in index b38077e7f70b..697cab81e104 100644 --- a/tests/build-hook.nix.in +++ b/tests/build-hook.nix.in @@ -5,6 +5,7 @@ let { system = "@system@"; builder = "@shell@"; args = ["-e" "-x" ./dependencies.builder1.sh]; + PATH = "@testPath@"; }; input2 = derivation { @@ -12,6 +13,7 @@ let { system = "@system@"; builder = "@shell@"; args = ["-e" "-x" ./dependencies.builder2.sh]; + PATH = "@testPath@"; }; body = derivation { @@ -19,6 +21,7 @@ let { system = "@system@"; builder = "@shell@"; args = ["-e" "-x" ./dependencies.builder0.sh]; + PATH = "@testPath@"; inherit input1 input2; }; -- cgit 1.4.1