From 2a3f0c16bdc326f78a0453718542cf0253fa10c9 Mon Sep 17 00:00:00 2001 From: Martin Milata Date: Thu, 7 Apr 2022 14:37:33 +0200 Subject: [PATCH] ci(monero): update test executable, enable more tests --- ci/shell.nix | 4 ++-- core/tests/run_tests_device_emu_monero.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ci/shell.nix b/ci/shell.nix index e7648bdcfd..f784f1642c 100644 --- a/ci/shell.nix +++ b/ci/shell.nix @@ -19,8 +19,8 @@ let sha256 = "02s3qkb6kz3ndyx7rfndjbvp4vlwiqc42fxypn3g6jnc0v5jyz95"; }) { }; moneroTests = nixpkgs.fetchurl { - url = "https://github.com/ph4r05/monero/releases/download/v0.17.1.9-tests/trezor_tests"; - sha256 = "410bc4ff2ff1edc65e17f15b549bd1bf8a3776cf67abdea86aed52cf4bce8d9d"; + url = "https://github.com/ph4r05/monero/releases/download/v0.17.3.0-dev-tests/trezor_tests"; + sha256 = "sha256-tTQTe/Yk6oURq7GDOEotJ7Y2UpCgyuU5odjEHNTMrmE="; }; moneroTestsPatched = nixpkgs.runCommandCC "monero_trezor_tests" {} '' cp ${moneroTests} $out diff --git a/core/tests/run_tests_device_emu_monero.sh b/core/tests/run_tests_device_emu_monero.sh index d3f225e78f..78e98b6834 100755 --- a/core/tests/run_tests_device_emu_monero.sh +++ b/core/tests/run_tests_device_emu_monero.sh @@ -54,7 +54,7 @@ fi echo "Running tests" TIME_TESTS_START=$SECONDS if [[ "$OSTYPE" == "linux-gnu" && "$FORCE_DOCKER_USE" != 1 ]]; then - "$TREZOR_MONERO_TESTS_PATH" --chain=$TREZOR_MONERO_TESTS_CHAIN $@ 2>&1 > "$TREZOR_MONERO_TESTS_LOG" + "$TREZOR_MONERO_TESTS_PATH" --heavy_tests --chain=$TREZOR_MONERO_TESTS_CHAIN $@ 2>&1 > "$TREZOR_MONERO_TESTS_LOG" error=$? elif [[ "$OSTYPE" == "darwin"* || "$FORCE_DOCKER_USE" == 1 ]]; then