From 9ef8cad121348b9bfeb94350802c59abe9704f58 Mon Sep 17 00:00:00 2001 From: Sascha Roloff Date: Mon, 5 May 2025 12:04:58 +0200 Subject: TreeOperationsUtils: apply AsyncMap to compute tree overlay --- test/end-to-end/remote-execution/tree-ops.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/end-to-end/remote-execution/tree-ops.sh b/test/end-to-end/remote-execution/tree-ops.sh index fb661c7a..129ae2b2 100644 --- a/test/end-to-end/remote-execution/tree-ops.sh +++ b/test/end-to-end/remote-execution/tree-ops.sh @@ -106,7 +106,7 @@ OVERLAY_ID=$(jq -r '.overlay.data.id' "${OUT}/artifacts.json") # Building the tree conflict should fail with a reasonable error message "${JUST_MR}" --rc "${RC}" build \ -f "${OUT}/log" conflict 2>&1 && exit 1 || : -grep 'mixed/data1..txt' "${OUT}/log" +grep 'data1..txt' "${OUT}/log" grep 'TheOffendingTarget' "${OUT}/log" echo OK -- cgit v1.2.3