aboutsummaryrefslogtreecommitdiff
path: root/tests/parallel.nix.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/parallel.nix.in')
-rw-r--r--tests/parallel.nix.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/parallel.nix.in b/tests/parallel.nix.in
index 29eac1752..3b462c4b2 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;
};