From c47dde6b964f709e044503ede673054ade27e463 Mon Sep 17 00:00:00 2001 From: Luca Moser <moser.luca@gmail.com> Date: Tue, 16 Jun 2020 09:39:11 +0200 Subject: [PATCH] do all integration tests again --- tools/integration-tests/assets/entrypoint.sh | 2 +- tools/integration-tests/runTests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/integration-tests/assets/entrypoint.sh b/tools/integration-tests/assets/entrypoint.sh index 9d690630..a5ec0407 100755 --- a/tools/integration-tests/assets/entrypoint.sh +++ b/tools/integration-tests/assets/entrypoint.sh @@ -6,4 +6,4 @@ chmod 777 /assets/* echo "assets:" ls /assets echo "running tests..." -go test ./tests/"${TEST_NAME}" -run TestConsensusFiftyFiftyOpinionSplit -v -timeout 30m +go test ./tests/"${TEST_NAME}" -v -timeout 30m diff --git a/tools/integration-tests/runTests.sh b/tools/integration-tests/runTests.sh index 51612ed3..42926b75 100755 --- a/tools/integration-tests/runTests.sh +++ b/tools/integration-tests/runTests.sh @@ -1,6 +1,6 @@ #!/bin/bash -TEST_NAMES='consensus' +TEST_NAMES='autopeering common drng message consensus' echo "Build GoShimmer image" docker build -t iotaledger/goshimmer ../../. -- GitLab