Skip to content

Commit

Permalink
test: Move from CDP to BiDi
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
croissanne committed Aug 14, 2024
1 parent 9fe3c69 commit 2423785
Show file tree
Hide file tree
Showing 4 changed files with 765 additions and 85 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ machine: 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 321
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 8ede522e5066e680850dd2ae049e2e24f99c4230 # 322 + 30 commits
git checkout --force FETCH_HEAD -- test/common
git reset test/common

Expand Down
Loading

0 comments on commit 2423785

Please sign in to comment.