From fd1617d9aa6bb58a42262ee88ced9d11b9890474 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Fri, 25 Oct 2024 13:35:21 +0200 Subject: [PATCH] Bump cockpit testlib to 327 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In particular, this pulls in https://github.com/cockpit-project/cockpit/commit/7957a125baa to avoid test failures with cockpit ≥ 326. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 38cba47e2..c9f52fdd7 100644 --- a/Makefile +++ b/Makefile @@ -91,7 +91,7 @@ bots: # checkout Cockpit's test API; this has no API stability guarantee, so check out a stable tag test/common: - git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 8ede522e5066e680850dd2ae049e2e24f99c4230 # 322 + 30 commits + git fetch --depth=1 https://github.com/cockpit-project/cockpit.git bfc4a81e06a66695892e99b90661e0af7c533975 # 327 git checkout --force FETCH_HEAD -- test/common git reset test/common