diff options
Diffstat (limited to 'test/end-to-end/remote-execution/native-protocol.sh')
-rw-r--r-- | test/end-to-end/remote-execution/native-protocol.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/remote-execution/native-protocol.sh b/test/end-to-end/remote-execution/native-protocol.sh index 3257570f..3ff3a050 100644 --- a/test/end-to-end/remote-execution/native-protocol.sh +++ b/test/end-to-end/remote-execution/native-protocol.sh @@ -66,7 +66,7 @@ cat > TARGETS <<EOF } EOF -readonly CONF="$("${JUST_MR}" -C repos.json --local-build-root="${LBRDIR}" setup)" +readonly CONF="$("${JUST_MR}" --norc -C repos.json --local-build-root="${LBRDIR}" setup)" NAME="native" ARGS="" |