Skip to content

Commit

Permalink
chore(tests): Fix path for systemtests (cosmos#20307)
Browse files Browse the repository at this point in the history
  • Loading branch information
alpe authored May 7, 2024
1 parent fbddf0a commit 8a59a15
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 @@ -220,9 +220,9 @@ test-all: test-unit test-e2e test-integration test-ledger-mock test-race

.PHONY: test-system
test-system: build
mkdir -p ./systemtests/binaries/
cp $(BUILDDIR)/simd ./systemtests/binaries/
$(MAKE) -C systemtests test
mkdir -p ./tests/systemtests/binaries/
cp $(BUILDDIR)/simd ./tests/systemtests/binaries/
$(MAKE) -C tests/systemtests test


TEST_PACKAGES=./...
Expand Down

0 comments on commit 8a59a15

Please sign in to comment.