From 42dddaebf4cb958d9552aebbaeb63d9f9c9baff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 23 May 2022 12:01:19 +0200 Subject: Fix core-deps-rel test --- test/core_deps.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/core_deps.mk b/test/core_deps.mk index 2d3f085..a398228 100644 --- a/test/core_deps.mk +++ b/test/core_deps.mk @@ -1260,8 +1260,8 @@ core-deps-rel: init $t cp ../erlang.mk $(APP)/ $t $(MAKE) -C $(APP) -f erlang.mk bootstrap-lib bootstrap-rel $v - $i "Add Relx and Recon to the list of release dependencies" - $t perl -ni.bak -e 'print;if ($$.==1) {print "REL_DEPS = relx recon\n"}' $(APP)/Makefile + $i "Add Recon to the list of release dependencies" + $t perl -ni.bak -e 'print;if ($$.==1) {print "REL_DEPS = recon\n"}' $(APP)/Makefile $i "Add Recon to the relx.config file" $t $(ERL) -eval " \ @@ -1274,8 +1274,8 @@ core-deps-rel: init $i "Build the application and its dependencies" $t $(MAKE) -C $(APP) deps app $v - $i "Check that no dependencies were fetched" - $t test ! -e $(APP)/deps + $i "Check that Recon was not fetched" + $t test ! -e $(APP)/deps/recon $i "Check that the application was compiled correctly" $t $(ERL) -pa $(APP)/ebin/ -eval " \ @@ -1287,7 +1287,7 @@ core-deps-rel: init $i "Build the release" $t $(MAKE) -C $(APP) $v - $i "Check that all dependencies were fetched" + $i "Check that Recon was fetched" $t test -d $(APP)/deps/recon $i "Check that the application was compiled correctly" -- cgit v1.2.3