From 03a6cc94a3accfcbaa16e27fa7d4e0e5c18d4c6d Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 6 Jun 2022 15:32:39 +0200 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4062940..d817de0 100644 --- a/Makefile +++ b/Makefile @@ -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'