Skip to content

Commit 3f6fa8d

Browse files
committed
Updated snapshots.
1 parent 530f8a1 commit 3f6fa8d

34 files changed

Lines changed: 38 additions & 28 deletions

File tree

.vortex/installer/tests/Fixtures/handler_process/_baseline/scripts/custom/provision-10-example.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ info() { printf " ==> %s\n" "${1}"; }
2323
note() { printf " %s\n" "${1}"; }
2424
task() { printf " > %s\n" "${1}"; }
2525
pass() { printf " < %s\n" "${1}"; }
26+
fail() { printf " ! %s\n" "${1}"; }
2627

2728
drush() { ./vendor/bin/drush -y "$@"; }
2829

.vortex/installer/tests/Fixtures/handler_process/custom_modules_no_base/scripts/custom/provision-10-example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@@ -61,7 +61,6 @@
1+
@@ -62,7 +62,6 @@
22
# Note that deployment hooks for already enabled modules have run in the
33
# parent "provision.sh" script.
44
task "Installing custom site modules."

.vortex/installer/tests/Fixtures/handler_process/custom_modules_no_demo/scripts/custom/provision-10-example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@@ -65,7 +65,6 @@
1+
@@ -66,7 +66,6 @@
22

33
drush pm:install sw_search
44

.vortex/installer/tests/Fixtures/handler_process/custom_modules_no_search/scripts/custom/provision-10-example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@@ -63,8 +63,6 @@
1+
@@ -64,8 +64,6 @@
22
task "Installing custom site modules."
33
drush pm:install sw_base
44

.vortex/installer/tests/Fixtures/handler_process/custom_modules_none/scripts/custom/provision-10-example.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@@ -61,11 +61,7 @@
1+
@@ -62,11 +62,7 @@
22
# Note that deployment hooks for already enabled modules have run in the
33
# parent "provision.sh" script.
44
task "Installing custom site modules."

.vortex/installer/tests/Fixtures/handler_process/custom_modules_search_without_solr/scripts/custom/provision-10-example.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@@ -52,10 +52,6 @@
1+
@@ -53,10 +53,6 @@
22
drush config-set clamav.settings mode_daemon_tcpip.hostname clamav
33
pass "Installed and configured ClamAV."
44

@@ -9,7 +9,7 @@
99
# Enable custom site module and run its deployment hooks.
1010
#
1111
# Note that deployment hooks for already enabled modules have run in the
12-
@@ -62,8 +58,6 @@
12+
@@ -63,8 +59,6 @@
1313
# parent "provision.sh" script.
1414
task "Installing custom site modules."
1515
drush pm:install sw_base

.vortex/installer/tests/Fixtures/handler_process/migration_download_source_acquia/scripts/custom/provision-20-migration.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ info() { printf " ==> %s\n" "${1}"; }
4444
note() { printf " %s\n" "${1}"; }
4545
task() { printf " > %s\n" "${1}"; }
4646
pass() { printf " < %s\n" "${1}"; }
47+
fail() { printf " ! %s\n" "${1}"; }
4748
# @formatter:on
4849

4950
drush() { ./vendor/bin/drush -y "$@"; }

.vortex/installer/tests/Fixtures/handler_process/migration_download_source_container_registry/scripts/custom/provision-20-migration.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ info() { printf " ==> %s\n" "${1}"; }
4444
note() { printf " %s\n" "${1}"; }
4545
task() { printf " > %s\n" "${1}"; }
4646
pass() { printf " < %s\n" "${1}"; }
47+
fail() { printf " ! %s\n" "${1}"; }
4748
# @formatter:on
4849

4950
drush() { ./vendor/bin/drush -y "$@"; }

.vortex/installer/tests/Fixtures/handler_process/migration_download_source_ftp/scripts/custom/provision-20-migration.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ info() { printf " ==> %s\n" "${1}"; }
4444
note() { printf " %s\n" "${1}"; }
4545
task() { printf " > %s\n" "${1}"; }
4646
pass() { printf " < %s\n" "${1}"; }
47+
fail() { printf " ! %s\n" "${1}"; }
4748
# @formatter:on
4849

4950
drush() { ./vendor/bin/drush -y "$@"; }

.vortex/installer/tests/Fixtures/handler_process/migration_download_source_lagoon/scripts/custom/provision-20-migration.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ info() { printf " ==> %s\n" "${1}"; }
4444
note() { printf " %s\n" "${1}"; }
4545
task() { printf " > %s\n" "${1}"; }
4646
pass() { printf " < %s\n" "${1}"; }
47+
fail() { printf " ! %s\n" "${1}"; }
4748
# @formatter:on
4849

4950
drush() { ./vendor/bin/drush -y "$@"; }

0 commit comments

Comments
 (0)