Skip to content

Commit 5e78d05

Browse files
committed
test: Move from CDP to BiDi
See cockpit-project/cockpit#20832. Explicitly add a "glob" devDependency to follow suit with cockpit-project/cockpit@680decc155a. It was previously used implicitly through a transient dependency of something else, but our esbuild po-plugin uses it explicitly.
1 parent 024a8ed commit 5e78d05

File tree

4 files changed

+769
-87
lines changed

4 files changed

+769
-87
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ machine: bots
9494

9595
# checkout Cockpit's test API; this has no API stability guarantee, so check out a stable tag
9696
test/common:
97-
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 321
97+
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 8ede522e5066e680850dd2ae049e2e24f99c4230 # 322 + 30 commits
9898
git checkout --force FETCH_HEAD -- test/common
9999
git reset test/common
100100

0 commit comments

Comments
 (0)