Skip to content

Commit

Permalink
Fix submodule path in regression.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Belano committed Dec 6, 2024
1 parent 2816263 commit 11b4700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regression.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ REGRESSION_TESTS_COMMIT ?= b1c3f82 # branch: astral
regression-tests:
git clone $(REGRESSION_TESTS_REMOTE) $@
cd $@ && git checkout $(REGRESSION_TESTS_COMMIT)
git submodule update --init --recursive hwpe/neureka/pulp-nnx
cd $@ && git submodule update --init --recursive hwpe/neureka/pulp-nnx

.PHONY: test-rt-par-bare
## Run only parallel tests on pulp-runtime
Expand Down

0 comments on commit 11b4700

Please sign in to comment.