Skip to content

Commit

Permalink
Fix incorrect name
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Belano committed Dec 6, 2024
1 parent b880181 commit bcd3d7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit bcd3d7e

Please sign in to comment.