Move wait-for-mailbox.sh to bramble-core/src/test/bash

This commit is contained in:
Torsten Grote
2022-01-18 11:33:08 -03:00
parent a9ab7fd60f
commit d0c3c1f9f6
2 changed files with 1 additions and 1 deletions

View File

@@ -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: