diff options
| author | Dusan Klinec <dusan.klinec@gmail.com> | 2019-04-03 23:58:34 +0200 |
|---|---|---|
| committer | Dusan Klinec <dusan.klinec@gmail.com> | 2019-04-10 18:29:24 +0200 |
| commit | 41901b8deb9acbfe094c50ecfd0d450ed32949e8 (patch) | |
| tree | 3ed63397881950e20d4b56f7e7732be2ff72a5bc /tests/trezor | |
| parent | c97a1f79d6be190b9952f47e28be2c5d16b154b6 (diff) | |
| download | monzero-core-41901b8deb9acbfe094c50ecfd0d450ed32949e8.tar.gz monzero-core-41901b8deb9acbfe094c50ecfd0d450ed32949e8.tar.xz monzero-core-41901b8deb9acbfe094c50ecfd0d450ed32949e8.zip | |
device/trezor: env-configurable ports
Diffstat (limited to 'tests/trezor')
| -rw-r--r-- | tests/trezor/trezor_tests.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/trezor/trezor_tests.cpp b/tests/trezor/trezor_tests.cpp index 6691125be..31c2471ec 100644 --- a/tests/trezor/trezor_tests.cpp +++ b/tests/trezor/trezor_tests.cpp @@ -138,7 +138,7 @@ int main(int argc, char* argv[]) // Bootstrapping common chain & accounts const uint8_t initial_hf = (uint8_t)get_env_long("TEST_MIN_HF", 11); const uint8_t max_hf = (uint8_t)get_env_long("TEST_MAX_HF", 11); - MINFO("Test versions " << MONERO_RELEASE_NAME << "' (v" << MONERO_VERSION_FULL); + MINFO("Test versions " << MONERO_RELEASE_NAME << "' (v" << MONERO_VERSION_FULL << ")"); MINFO("Testing hardforks [" << (int)initial_hf << ", " << (int)max_hf << "]"); cryptonote::core core_obj(nullptr); |
