Skip to content

Commit

Permalink
Fix tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Feb 23, 2024
1 parent 58e4f18 commit 24c2a57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions examples/drupal-mysql8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ cd mysql8
lando artisan env

# Should use the defauly mysql8 config file
cd mysql8
lando ssh -s database -c "cat /opt/bitnami/mysql/conf/my_custom.cnf" | grep "LANDODRUPALMYSQL8CNF"
lando mysql -u root -e "show variables;" | grep innodb_lock_wait_timeout | grep 127
```
Expand Down
1 change: 0 additions & 1 deletion examples/drupal-nginx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ lando php -v | grep "PHP 7.4"

# Should load the correct default nginx config
lando ssh -s appserver_nginx -c "cat /opt/bitnami/nginx/conf/vhosts/lando.conf" | grep "LANDODRUPALNGINXCONF"
lando ssh -s appserver_nginx -c "cat /opt/bitnami/nginx/conf/vhosts/lando.conf" | grep "WordPress single site rules."
```

Destroy tests
Expand Down

0 comments on commit 24c2a57

Please sign in to comment.