From d26c4b7589607cb5ac1dc72e507685795086a551 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 8 Nov 2024 10:12:38 +0100 Subject: [PATCH] Update to cockpit/pull/21233 testlib This provides support for shadow DOM test selectors. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 43c77e8a..5228ff9d 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ COCKPIT_REPO_FILES = \ $(NULL) COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git -COCKPIT_REPO_COMMIT = b0e82161b4afcb9f0a6fddd8ff94380e983b2238 # 328 + 23 commits +COCKPIT_REPO_COMMIT = dc0d3e4a67d29b496d16bf5b8aa1ceb5d0778695 # https://github.com/cockpit-project/cockpit/pull/21233 $(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP) COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'