From d0c3c1f9f67ae1401c863b01224ab6b255b90bc8 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 18 Jan 2022 11:33:08 -0300 Subject: [PATCH] Move wait-for-mailbox.sh to bramble-core/src/test/bash --- .gitlab-ci.yml | 2 +- .../src/test/bash/wait-for-mailbox.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename wait-for-mailbox.sh => bramble-core/src/test/bash/wait-for-mailbox.sh (100%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa50999d6..198dc1336 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -116,7 +116,7 @@ mailbox integration test: - ./gradlew run --args="--debug --setup-token 54686973206973206120736574757020746f6b656e20666f722042726961722e" & # run mailbox integration test once mailbox has started - cd "$CI_PROJECT_DIR" - - ./wait-for-mailbox.sh + - bramble-core/src/test/bash/wait-for-mailbox.sh - OPTIONAL_TESTS=org.briarproject.bramble.mailbox.MailboxIntegrationTest ./gradlew --info bramble-core:test --tests MailboxIntegrationTest pre_release_tests: diff --git a/wait-for-mailbox.sh b/bramble-core/src/test/bash/wait-for-mailbox.sh similarity index 100% rename from wait-for-mailbox.sh rename to bramble-core/src/test/bash/wait-for-mailbox.sh