From 24c2a5735b4633a0a5372e635ddd93b7db5af76d Mon Sep 17 00:00:00 2001 From: Alec Reynolds Date: Fri, 23 Feb 2024 15:24:09 -0800 Subject: [PATCH] Fix tests. --- examples/drupal-mysql8/README.md | 1 + examples/drupal-nginx/README.md | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/drupal-mysql8/README.md b/examples/drupal-mysql8/README.md index c815028..fc3d39c 100644 --- a/examples/drupal-mysql8/README.md +++ b/examples/drupal-mysql8/README.md @@ -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 ``` diff --git a/examples/drupal-nginx/README.md b/examples/drupal-nginx/README.md index 3ce92e4..ac92bd0 100644 --- a/examples/drupal-nginx/README.md +++ b/examples/drupal-nginx/README.md @@ -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