Pick up cockpit test API fix for Firefox 101

See https://github.com/cockpit-project/cockpit/pull/17429 . This fixes
tests with Firefox version 101.
This commit is contained in:
Martin Pitt 2022-06-06 15:32:39 +02:00 committed by Matej Marusak
parent 52ebda2575
commit 03a6cc94a3

View file

@ -177,7 +177,7 @@ bots:
# when you start a new project, use the latest release, and update it from time to time
test/common:
flock Makefile sh -ec '\
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 267; \
git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 80483286d5e7bffd1b7583a499e1b7e04d55f1f3; \
git checkout --force FETCH_HEAD -- test/common; \
git reset test/common'