Skip to content

Commit 4ce447a

Browse files
committed
Enable Upgrade Status at start of test script
1 parent dd23ca4 commit 4ce447a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/makefile/upgrade-status-validation.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env sh
22

3+
# Enable Upgrade Status module
4+
drush en -y upgrade_status
5+
36
# Search for no issues message
47
REPORT=$(drush us-a --all --ignore-contrib --ignore-uninstalled)
58
IS_VALID=$(echo "$REPORT" | grep "No known issues found.")

0 commit comments

Comments
 (0)