Skip to content

Commit

Permalink
Merge pull request #507 from oasisprotocol/pro-wh/bugfix/mesh
Browse files Browse the repository at this point in the history
tests: rosetta -> mesh
  • Loading branch information
pro-wh committed Feb 2, 2024
2 parents d2e398d + e4b3905 commit 2422e46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/507.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tests: rosetta -> mesh
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ tests/oasis-net-runner
tests/oasis-node
tests/oasis_core_release.tar.gz
tests/oasis-core
tests/mesh-cli*
tests/rosetta-cli*
tests/validator-data
# Ignore Python cache directories.
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ tests/rosetta-cli.tar.gz:
tests/rosetta-cli: tests/rosetta-cli.tar.gz
@$(ECHO) "$(MAGENTA)*** Building rosetta-cli...$(OFF)"
@tar -xf $< -C tests
@cd tests/rosetta-cli-$(ROSETTA_CLI_RELEASE) && $(GO) build
@cp tests/rosetta-cli-$(ROSETTA_CLI_RELEASE)/rosetta-cli tests/.
@cd tests/mesh-cli-$(ROSETTA_CLI_RELEASE) && $(GO) build
@cp tests/mesh-cli-$(ROSETTA_CLI_RELEASE)/rosetta-cli tests/.

test: build build-tests tests/oasis-net-runner tests/oasis-node tests/rosetta-cli
@$(ECHO) "$(CYAN)*** Running tests...$(OFF)"
Expand Down

0 comments on commit 2422e46

Please sign in to comment.