Skip to content

Commit

Permalink
Attempting to set the proper environment for 'Atomic' test runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor committed Jun 11, 2024
1 parent 2bff31b commit 2b8cfc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/plugins/jetpack/tests/php/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ function _manually_load_plugin() {
}

if ( '1' === getenv( 'JETPACK_TEST_WPCOMSH' ) ) {
define( 'IS_ATOMIC', true );
require __DIR__ . '/../../../../mu-plugins/wpcomsh/wpcomsh.php';
}
require __DIR__ . '/../../jetpack.php';
Expand Down

0 comments on commit 2b8cfc2

Please sign in to comment.