diff --git a/.vortex/installer/tests/Fixtures/handler_process/_baseline/scripts/provision-00-enable-demo-modules.sh b/.vortex/installer/tests/Fixtures/handler_process/_baseline/scripts/provision-00-enable-demo-modules.sh index 2b045d30e..6d1c7f60a 100755 --- a/.vortex/installer/tests/Fixtures/handler_process/_baseline/scripts/provision-00-enable-demo-modules.sh +++ b/.vortex/installer/tests/Fixtures/handler_process/_baseline/scripts/provision-00-enable-demo-modules.sh @@ -18,7 +18,7 @@ set -eu info() { printf " ==> %s\n" "${1}"; } note() { printf " %s\n" "${1}"; } task() { printf " > %s\n" "${1}"; } -pass() { printf " < %s\n" "${1}"; } +pass() { printf " + %s\n" "${1}"; } fail() { printf " ! %s\n" "${1}"; exit "${2:-1}"; } # @formatter:on diff --git a/.vortex/installer/tests/Fixtures/handler_process/_baseline/scripts/provision-10-enable-dev-modules.sh b/.vortex/installer/tests/Fixtures/handler_process/_baseline/scripts/provision-10-enable-dev-modules.sh index 4a0562757..a9172a05f 100755 --- a/.vortex/installer/tests/Fixtures/handler_process/_baseline/scripts/provision-10-enable-dev-modules.sh +++ b/.vortex/installer/tests/Fixtures/handler_process/_baseline/scripts/provision-10-enable-dev-modules.sh @@ -19,7 +19,7 @@ DRUPAL_GENERATED_CONTENT_SKIP="${DRUPAL_GENERATED_CONTENT_SKIP:-0}" info() { printf " ==> %s\n" "${1}"; } note() { printf " %s\n" "${1}"; } task() { printf " > %s\n" "${1}"; } -pass() { printf " < %s\n" "${1}"; } +pass() { printf " + %s\n" "${1}"; } fail() { printf " ! %s\n" "${1}"; exit "${2:-1}"; } # @formatter:on diff --git a/.vortex/installer/tests/Fixtures/handler_process/_baseline/scripts/provision-30-search-index.sh b/.vortex/installer/tests/Fixtures/handler_process/_baseline/scripts/provision-30-search-index.sh index 826a795bd..1d09a40b8 100755 --- a/.vortex/installer/tests/Fixtures/handler_process/_baseline/scripts/provision-30-search-index.sh +++ b/.vortex/installer/tests/Fixtures/handler_process/_baseline/scripts/provision-30-search-index.sh @@ -16,7 +16,7 @@ DRUPAL_SEARCH_INDEX_SKIP="${DRUPAL_SEARCH_INDEX_SKIP:-0}" info() { printf " ==> %s\n" "${1}"; } note() { printf " %s\n" "${1}"; } task() { printf " > %s\n" "${1}"; } -pass() { printf " < %s\n" "${1}"; } +pass() { printf " + %s\n" "${1}"; } fail() { printf " ! %s\n" "${1}"; exit "${2:-1}"; } # @formatter:on diff --git a/.vortex/installer/tests/Fixtures/handler_process/_baseline/scripts/provision-40-example.sh b/.vortex/installer/tests/Fixtures/handler_process/_baseline/scripts/provision-40-example.sh index 17282c893..e40b31913 100755 --- a/.vortex/installer/tests/Fixtures/handler_process/_baseline/scripts/provision-40-example.sh +++ b/.vortex/installer/tests/Fixtures/handler_process/_baseline/scripts/provision-40-example.sh @@ -21,7 +21,7 @@ set -eu info() { printf " ==> %s\n" "${1}"; } note() { printf " %s\n" "${1}"; } task() { printf " > %s\n" "${1}"; } -pass() { printf " < %s\n" "${1}"; } +pass() { printf " + %s\n" "${1}"; } fail() { printf " ! %s\n" "${1}"; exit "${2:-1}"; } # @formatter:on diff --git a/.vortex/installer/tests/Fixtures/handler_process/migration_enabled/scripts/provision-20-migration.sh b/.vortex/installer/tests/Fixtures/handler_process/migration_enabled/scripts/provision-20-migration.sh index bcecf8918..300059476 100755 --- a/.vortex/installer/tests/Fixtures/handler_process/migration_enabled/scripts/provision-20-migration.sh +++ b/.vortex/installer/tests/Fixtures/handler_process/migration_enabled/scripts/provision-20-migration.sh @@ -46,7 +46,7 @@ VORTEX_FETCH_DB2_FILE="${VORTEX_FETCH_DB2_FILE:-db2.sql}" info() { printf " ==> %s\n" "${1}"; } note() { printf " %s\n" "${1}"; } task() { printf " > %s\n" "${1}"; } -pass() { printf " < %s\n" "${1}"; } +pass() { printf " + %s\n" "${1}"; } fail() { printf " ! %s\n" "${1}"; exit "${2:-1}"; } # @formatter:on diff --git a/.vortex/installer/tests/Fixtures/handler_process/migration_enabled_circleci/scripts/provision-20-migration.sh b/.vortex/installer/tests/Fixtures/handler_process/migration_enabled_circleci/scripts/provision-20-migration.sh index bcecf8918..300059476 100755 --- a/.vortex/installer/tests/Fixtures/handler_process/migration_enabled_circleci/scripts/provision-20-migration.sh +++ b/.vortex/installer/tests/Fixtures/handler_process/migration_enabled_circleci/scripts/provision-20-migration.sh @@ -46,7 +46,7 @@ VORTEX_FETCH_DB2_FILE="${VORTEX_FETCH_DB2_FILE:-db2.sql}" info() { printf " ==> %s\n" "${1}"; } note() { printf " %s\n" "${1}"; } task() { printf " > %s\n" "${1}"; } -pass() { printf " < %s\n" "${1}"; } +pass() { printf " + %s\n" "${1}"; } fail() { printf " ! %s\n" "${1}"; exit "${2:-1}"; } # @formatter:on diff --git a/.vortex/installer/tests/Fixtures/handler_process/migration_enabled_lagoon/scripts/provision-20-migration.sh b/.vortex/installer/tests/Fixtures/handler_process/migration_enabled_lagoon/scripts/provision-20-migration.sh index bcecf8918..300059476 100755 --- a/.vortex/installer/tests/Fixtures/handler_process/migration_enabled_lagoon/scripts/provision-20-migration.sh +++ b/.vortex/installer/tests/Fixtures/handler_process/migration_enabled_lagoon/scripts/provision-20-migration.sh @@ -46,7 +46,7 @@ VORTEX_FETCH_DB2_FILE="${VORTEX_FETCH_DB2_FILE:-db2.sql}" info() { printf " ==> %s\n" "${1}"; } note() { printf " %s\n" "${1}"; } task() { printf " > %s\n" "${1}"; } -pass() { printf " < %s\n" "${1}"; } +pass() { printf " + %s\n" "${1}"; } fail() { printf " ! %s\n" "${1}"; exit "${2:-1}"; } # @formatter:on diff --git a/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_acquia/scripts/provision-20-migration.sh b/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_acquia/scripts/provision-20-migration.sh index bcecf8918..300059476 100755 --- a/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_acquia/scripts/provision-20-migration.sh +++ b/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_acquia/scripts/provision-20-migration.sh @@ -46,7 +46,7 @@ VORTEX_FETCH_DB2_FILE="${VORTEX_FETCH_DB2_FILE:-db2.sql}" info() { printf " ==> %s\n" "${1}"; } note() { printf " %s\n" "${1}"; } task() { printf " > %s\n" "${1}"; } -pass() { printf " < %s\n" "${1}"; } +pass() { printf " + %s\n" "${1}"; } fail() { printf " ! %s\n" "${1}"; exit "${2:-1}"; } # @formatter:on diff --git a/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_container_registry/scripts/provision-20-migration.sh b/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_container_registry/scripts/provision-20-migration.sh index bcecf8918..300059476 100755 --- a/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_container_registry/scripts/provision-20-migration.sh +++ b/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_container_registry/scripts/provision-20-migration.sh @@ -46,7 +46,7 @@ VORTEX_FETCH_DB2_FILE="${VORTEX_FETCH_DB2_FILE:-db2.sql}" info() { printf " ==> %s\n" "${1}"; } note() { printf " %s\n" "${1}"; } task() { printf " > %s\n" "${1}"; } -pass() { printf " < %s\n" "${1}"; } +pass() { printf " + %s\n" "${1}"; } fail() { printf " ! %s\n" "${1}"; exit "${2:-1}"; } # @formatter:on diff --git a/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_ftp/scripts/provision-20-migration.sh b/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_ftp/scripts/provision-20-migration.sh index bcecf8918..300059476 100755 --- a/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_ftp/scripts/provision-20-migration.sh +++ b/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_ftp/scripts/provision-20-migration.sh @@ -46,7 +46,7 @@ VORTEX_FETCH_DB2_FILE="${VORTEX_FETCH_DB2_FILE:-db2.sql}" info() { printf " ==> %s\n" "${1}"; } note() { printf " %s\n" "${1}"; } task() { printf " > %s\n" "${1}"; } -pass() { printf " < %s\n" "${1}"; } +pass() { printf " + %s\n" "${1}"; } fail() { printf " ! %s\n" "${1}"; exit "${2:-1}"; } # @formatter:on diff --git a/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_lagoon/scripts/provision-20-migration.sh b/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_lagoon/scripts/provision-20-migration.sh index bcecf8918..300059476 100755 --- a/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_lagoon/scripts/provision-20-migration.sh +++ b/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_lagoon/scripts/provision-20-migration.sh @@ -46,7 +46,7 @@ VORTEX_FETCH_DB2_FILE="${VORTEX_FETCH_DB2_FILE:-db2.sql}" info() { printf " ==> %s\n" "${1}"; } note() { printf " %s\n" "${1}"; } task() { printf " > %s\n" "${1}"; } -pass() { printf " < %s\n" "${1}"; } +pass() { printf " + %s\n" "${1}"; } fail() { printf " ! %s\n" "${1}"; exit "${2:-1}"; } # @formatter:on diff --git a/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_s3/scripts/provision-20-migration.sh b/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_s3/scripts/provision-20-migration.sh index bcecf8918..300059476 100755 --- a/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_s3/scripts/provision-20-migration.sh +++ b/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_s3/scripts/provision-20-migration.sh @@ -46,7 +46,7 @@ VORTEX_FETCH_DB2_FILE="${VORTEX_FETCH_DB2_FILE:-db2.sql}" info() { printf " ==> %s\n" "${1}"; } note() { printf " %s\n" "${1}"; } task() { printf " > %s\n" "${1}"; } -pass() { printf " < %s\n" "${1}"; } +pass() { printf " + %s\n" "${1}"; } fail() { printf " ! %s\n" "${1}"; exit "${2:-1}"; } # @formatter:on diff --git a/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_url/scripts/provision-20-migration.sh b/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_url/scripts/provision-20-migration.sh index bcecf8918..300059476 100755 --- a/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_url/scripts/provision-20-migration.sh +++ b/.vortex/installer/tests/Fixtures/handler_process/migration_fetch_source_url/scripts/provision-20-migration.sh @@ -46,7 +46,7 @@ VORTEX_FETCH_DB2_FILE="${VORTEX_FETCH_DB2_FILE:-db2.sql}" info() { printf " ==> %s\n" "${1}"; } note() { printf " %s\n" "${1}"; } task() { printf " > %s\n" "${1}"; } -pass() { printf " < %s\n" "${1}"; } +pass() { printf " + %s\n" "${1}"; } fail() { printf " ! %s\n" "${1}"; exit "${2:-1}"; } # @formatter:on diff --git a/scripts/provision-00-enable-demo-modules.sh b/scripts/provision-00-enable-demo-modules.sh index 6f4088706..e0c65fabd 100755 --- a/scripts/provision-00-enable-demo-modules.sh +++ b/scripts/provision-00-enable-demo-modules.sh @@ -18,7 +18,7 @@ set -eu info() { printf " ==> %s\n" "${1}"; } note() { printf " %s\n" "${1}"; } task() { printf " > %s\n" "${1}"; } -pass() { printf " < %s\n" "${1}"; } +pass() { printf " + %s\n" "${1}"; } fail() { printf " ! %s\n" "${1}"; exit "${2:-1}"; } # @formatter:on diff --git a/scripts/provision-10-enable-dev-modules.sh b/scripts/provision-10-enable-dev-modules.sh index 2434bcaca..8e1bd4fd7 100755 --- a/scripts/provision-10-enable-dev-modules.sh +++ b/scripts/provision-10-enable-dev-modules.sh @@ -21,7 +21,7 @@ DRUPAL_GENERATED_CONTENT_SKIP="${DRUPAL_GENERATED_CONTENT_SKIP:-0}" info() { printf " ==> %s\n" "${1}"; } note() { printf " %s\n" "${1}"; } task() { printf " > %s\n" "${1}"; } -pass() { printf " < %s\n" "${1}"; } +pass() { printf " + %s\n" "${1}"; } fail() { printf " ! %s\n" "${1}"; exit "${2:-1}"; } # @formatter:on diff --git a/scripts/provision-20-migration.sh b/scripts/provision-20-migration.sh index 216ec223d..7cd9bf101 100755 --- a/scripts/provision-20-migration.sh +++ b/scripts/provision-20-migration.sh @@ -48,7 +48,7 @@ VORTEX_FETCH_DB2_FILE="${VORTEX_FETCH_DB2_FILE:-db2.sql}" info() { printf " ==> %s\n" "${1}"; } note() { printf " %s\n" "${1}"; } task() { printf " > %s\n" "${1}"; } -pass() { printf " < %s\n" "${1}"; } +pass() { printf " + %s\n" "${1}"; } fail() { printf " ! %s\n" "${1}"; exit "${2:-1}"; } # @formatter:on diff --git a/scripts/provision-30-search-index.sh b/scripts/provision-30-search-index.sh index 826a795bd..1d09a40b8 100755 --- a/scripts/provision-30-search-index.sh +++ b/scripts/provision-30-search-index.sh @@ -16,7 +16,7 @@ DRUPAL_SEARCH_INDEX_SKIP="${DRUPAL_SEARCH_INDEX_SKIP:-0}" info() { printf " ==> %s\n" "${1}"; } note() { printf " %s\n" "${1}"; } task() { printf " > %s\n" "${1}"; } -pass() { printf " < %s\n" "${1}"; } +pass() { printf " + %s\n" "${1}"; } fail() { printf " ! %s\n" "${1}"; exit "${2:-1}"; } # @formatter:on diff --git a/scripts/provision-40-example.sh b/scripts/provision-40-example.sh index 17282c893..e40b31913 100755 --- a/scripts/provision-40-example.sh +++ b/scripts/provision-40-example.sh @@ -21,7 +21,7 @@ set -eu info() { printf " ==> %s\n" "${1}"; } note() { printf " %s\n" "${1}"; } task() { printf " > %s\n" "${1}"; } -pass() { printf " < %s\n" "${1}"; } +pass() { printf " + %s\n" "${1}"; } fail() { printf " ! %s\n" "${1}"; exit "${2:-1}"; } # @formatter:on