From 989e8c930159ae4c2e0815357bf23a67388b749b Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 5 Jun 2019 08:23:52 +0200 Subject: [PATCH] Bump Cockpit test API to 195 No API changes. Closes #181 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 61d6c1e..f0fb253 100644 --- a/Makefile +++ b/Makefile @@ -143,7 +143,7 @@ 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 relese, and update it from time to time test/common: - git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 191 + git fetch --depth=1 https://github.com/cockpit-project/cockpit.git 195 git checkout --force FETCH_HEAD -- test/common git reset test/common