diff --git a/.changelog/507.internal.md b/.changelog/507.internal.md new file mode 100644 index 00000000..ab4b4b33 --- /dev/null +++ b/.changelog/507.internal.md @@ -0,0 +1 @@ +tests: rosetta -> mesh diff --git a/.gitignore b/.gitignore index c2ceef3f..f1f9f108 100644 --- a/.gitignore +++ b/.gitignore @@ -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. diff --git a/Makefile b/Makefile index e144a62b..8c3bde91 100644 --- a/Makefile +++ b/Makefile @@ -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)"