From 9ca9372da1b8c12eda08a7a47d0bc4f1c7ddb805 Mon Sep 17 00:00:00 2001 From: sickcodes Date: Sun, 14 Nov 2021 18:35:09 +0000 Subject: Add diff of screenshots to test suite, works good --- tests/test.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'tests/test.sh') 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 --repo @@ -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 -- cgit v1.2.3