diff options
-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 bef83e46..68667dad 100644 --- a/test/end-to-end/remote-execution/native-protocol.sh +++ b/test/end-to-end/remote-execution/native-protocol.sh @@ -67,7 +67,7 @@ cat > TARGETS <<EOF } EOF -readonly CONF="$("${JUST_MR}" -C repos.json --local-build-root="${LBRDIR}" setup 2>&1)" +readonly CONF="$("${JUST_MR}" -C repos.json --local-build-root="${LBRDIR}" setup)" NAME="native" ARGS="" |