From 269544fe49269f3cf7b9f4eee3d3f9fab9975382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 15 May 2023 17:22:01 +0200 Subject: Use $(CACHE_DIR)/git instead of $(CACHE_DIR)/gits --- test/core_deps.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test') diff --git a/test/core_deps.mk b/test/core_deps.mk index c4a943a..26ff4c3 100644 --- a/test/core_deps.mk +++ b/test/core_deps.mk @@ -129,13 +129,13 @@ core-deps-cache-git: init $t test -d $(CACHE_DIR) $i "Check that Cowlib was cloned in the cache" - $t test -d $(CACHE_DIR)/gits/cowlib + $t test -d $(CACHE_DIR)/git/cowlib $i "Distclean the application" $t $(MAKE) -C $(APP) distclean $v $i "Check that Cowlib is still in the cache" - $t test -d $(CACHE_DIR)/gits/cowlib + $t test -d $(CACHE_DIR)/git/cowlib $i "Break the Cowlib git link so we're forced to use the cache" $t echo 'dep_cowlib = git bad_url master' >> $(APP)/Makefile @@ -174,7 +174,7 @@ core-deps-cache-git-reuse: init $t test -d $(CACHE_DIR) $i "Check that Cowlib was cloned in the cache" - $t test -d $(CACHE_DIR)/gits/cowlib + $t test -d $(CACHE_DIR)/git/cowlib $i "Build the dependencies in $(APP)_2" $t $(MAKE) -C $(APP)_2 deps $v -- cgit v1.2.3