Skip to content

Commit

Permalink
Fix regression tests dir name
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Belano committed Dec 6, 2024
1 parent 2c5ea78 commit c3bd315
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 @@ -6,7 +6,7 @@ REGRESSION_TESTS_REMOTE ?= https://github.com/pulp-platform/regression_tests.git
REGRESSION_TESTS_COMMIT ?= b1c3f82 # branch: astral

regression-tests:
git clone $(REGRESSION_TESTS_REMOTE)
git clone $(REGRESSION_TESTS_REMOTE) $@
cd $@ && git checkout $(REGRESSION_TESTS_COMMIT)
git submodule update --init --recursive $@

Expand Down

0 comments on commit c3bd315

Please sign in to comment.