diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-07-21T13·21+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2006-07-21T13·21+0000 |
commit | 9c3099d3286b7bc8582b1685ba1917db409cac0c (patch) | |
tree | 40c3bc18f1408ef70e1e5dd446460bab762c831e /tests/parallel.nix.in | |
parent | 7adaa6d4466063893c9ac6b5b7d71c423be34b69 (diff) |
* Purify `make check'.
Diffstat (limited to 'tests/parallel.nix.in')
-rw-r--r-- | tests/parallel.nix.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/parallel.nix.in b/tests/parallel.nix.in index 29eac17523f6..3b462c4b246f 100644 --- a/tests/parallel.nix.in +++ b/tests/parallel.nix.in @@ -5,6 +5,7 @@ let { system = "@system@"; builder = "@shell@"; args = ["-e" "-x" ./parallel.builder.sh]; + PATH = "@testPath@"; shared = "@extra1@"; inherit text inputs; }; |