From 1b2682b639c8c755fe2a996622473b404ecd7f7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingy=20d=C3=B6t=20Net?= Date: Sun, 7 Jan 2018 15:13:12 -0800 Subject: We don't need the git clone fallback We always require git worktree to run the test suite. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e6aefd8..e039d7e 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,5 @@ data: list: -git branch --track run-test-suite-list origin/run-test-suite-list -git worktree prune - git worktree add $@ run-test-suite-list || \ - git clone --branch=run-test-suite-list $$PWD/../../.git $@ + git worktree add $@ run-test-suite-list (cd $@ && git reset --hard $(LIST_COMMIT)) -- cgit v1.2.1