Skip to content

Commit

Permalink
Bump cockpit testlib to 327
Browse files Browse the repository at this point in the history
In particular, this pulls in
cockpit-project/cockpit@7957a125baa to avoid
test failures with cockpit ≥ 326.
  • Loading branch information
martinpitt authored and ptoscano committed Oct 25, 2024
1 parent 77151a2 commit 3b7d35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,10 @@ bots:

# checkout Cockpit's test API; this has no API stability guarantee, so check out a stable tag
# when you start a new project, use the latest release, and update it from time to time
# 323
# 327
test/common:
flock Makefile sh -ec '\
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 79623a0a425600da302f66a2752afe35c96f6cf3; \
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git bfc4a81e06a66695892e99b90661e0af7c533975; \
git checkout --force FETCH_HEAD -- test/common; \
git reset test/common'

Expand Down

0 comments on commit 3b7d35c

Please sign in to comment.