diff --git a/Makefile b/Makefile index 69f8fee..ec41d63 100644 --- a/Makefile +++ b/Makefile @@ -88,9 +88,9 @@ Bender.lock: .PHONY: sw-init sw-clean -sw-init: pulp-runtime fault_injection_sim regression_tests +sw-init: pulp-runtime fault_injection_sim regression-tests sw-clean: - rm -rf pulp-runtime fault_injection_sim regression_tests + rm -rf pulp-runtime fault_injection_sim regression-tests ## Clone pulp-runtime as SW stack PULP_RUNTIME_REMOTE ?= https://github.com/pulp-platform/pulp-runtime.git @@ -112,7 +112,7 @@ fault_injection_sim: REGRESSION_TESTS_REMOTE ?= https://github.com/pulp-platform/regression_tests.git REGRESSION_TESTS_COMMIT ?= b1c3f82 # branch: astral -regression_tests: +regression-tests: git clone $(REGRESSION_TESTS_REMOTE) cd $@ && git checkout $(REGRESSION_TESTS_COMMIT) cd $@ && git submodule update --init --recursive