We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06fbed2 commit 7e28f5bCopy full SHA for 7e28f5b
bin/run-wordpress
@@ -32,9 +32,9 @@ export WP_ENV_TESTS_PORT=80${WORDPRESS_VERSION}
32
export WP_ENV_CORE=WordPress/Wordpress#${WORDPRESS_VERSION_FULL}
33
export WP_ENV_PHP_VERSION=${PHP_VERSION_FULL}
34
35
-npx wp-env start
+npx wp-env start || exit 1
36
37
echo "Installing compatible plugins.."
38
-npx wp-env run tests-cli wp plugin install amazon-s3-and-cloudfront
+npx wp-env run tests-cli wp plugin install amazon-s3-and-cloudfront || exit 1
39
40
echo "To stop, run: bin/stop-wordpress"
bin/setup-integration-tests
0 commit comments