From 73a0cc2bf4edeeaedc80ede6558e5db3b089bc51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 28 Apr 2022 16:05:11 +0200 Subject: Fix core-deps-fetch-hex test when LEGACY=1 --- 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 c7778ed..2d3f085 100644 --- a/test/core_deps.mk +++ b/test/core_deps.mk @@ -599,12 +599,12 @@ core-deps-fetch-hex: init $t cp ../erlang.mk $(APP)/ $t $(MAKE) -C $(APP) -f erlang.mk bootstrap-lib $v - $i "Add Cowboy 1.0.0 to the list of dependencies" + $i "Add Cowboy 1.0.0 and SystemD 0.6.0 to the list of dependencies" $t perl -ni.bak -e 'print;if ($$.==1) {print "DEPS = cowboy systemd\ndep_cowboy = hex 1.0.0\ndep_systemd = hex 0.6.0\n"}' $(APP)/Makefile ifdef LEGACY - $i "Add Cowboy to the applications key in the .app.src file" - $t perl -ni.bak -e 'print;if ($$.==7) {print "\t\tcowboy,\n"}' $(APP)/src/$(APP).app.src + $i "Add Cowboy and SystemD to the applications key in the .app.src file" + $t perl -ni.bak -e 'print;if ($$.==7) {print "\t\tcowboy,\n\t\tsystemd,\n"}' $(APP)/src/$(APP).app.src endif $i "Build the application" -- cgit v1.2.3