diff options
| author | sickcodes <[email protected]> | 2021-11-14 18:35:09 +0000 |
|---|---|---|
| committer | sickcodes <[email protected]> | 2021-11-14 18:35:09 +0000 |
| commit | 9ca9372da1b8c12eda08a7a47d0bc4f1c7ddb805 (patch) | |
| tree | 59da40b1badf112f64dc456ba5caacb7e8de7910 /tests/test.sh | |
| parent | Add static expected screenshots of installation images to ./tests/ (diff) | |
| download | docker-osx-9ca9372da1b8c12eda08a7a47d0bc4f1c7ddb805.tar.xz docker-osx-9ca9372da1b8c12eda08a7a47d0bc4f1c7ddb805.zip | |
Add diff of screenshots to test suite, works good
Diffstat (limited to 'tests/test.sh')
| -rw-r--r-- | tests/test.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/test.sh b/tests/test.sh index 2ba1ed0..84ec774 100644 --- a/tests/test.sh +++ b/tests/test.sh @@ -12,7 +12,7 @@ # Repository: https://github.com/sickcodes/Docker-OSX # Website: https://sick.codes # -# Status: Work in progress. +# Status: Used internally to auto build, run and test images on DO. # help_text="Usage: ./test.sh --branch <string> --repo <string> @@ -303,6 +303,9 @@ for TEST_BUILD in "${TEST_BUILDS[@]}"; do "${TEST_BUILD}" done +# boot each image and test +bash ./tests/boot-images.sh || exit 1 + if [[ "${DOCKER_USERNAME}" ]] && [[ "${DOCKER_PASSWORD}" ]]; then docker login --username "${DOCKER_USERNAME}" --password "${DOCKER_PASSWORD}" \ && for SHORTNAME in "${VERSION_BUILDS[@]}"; do |