From 5cf8d0ea7da334266e0602444272c6f486e45806 Mon Sep 17 00:00:00 2001 From: Matej Marusak Date: Tue, 10 Mar 2020 16:18:12 +0100 Subject: [PATCH] Use experimental tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7caed7d..207facb 100644 --- a/Makefile +++ b/Makefile @@ -152,7 +152,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 213 + git fetch --depth=1 https://github.com/marusak/cockpit.git git checkout --force FETCH_HEAD -- test/common git reset test/common