Skip to content

Commit c71f288

Browse files
authored
Merge pull request #119 from WordPress/fix-envs
added missing `exports`
2 parents 190d3e1 + 2ae23a9 commit c71f288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.default

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ export WPT_PHP_EXECUTABLE=${WPT_PHP_EXECUTABLE-php}
3939

4040
# (Optionally) define the PHPUnit command execution call.
4141
# Use if `php phpunit.phar` can't be called directly for some reason.
42-
WPT_PHPUNIT_CMD=
42+
export WPT_PHPUNIT_CMD=
4343

4444
# (Optionally) define the command execution to remove the test directory
4545
# Use if `rm -r` can't be called directly for some reason.
46-
WPT_RM_TEST_DIR_CMD=
46+
export WPT_RM_TEST_DIR_CMD=
4747

4848
# SSH connection string (can also be an alias).
4949
# Leave empty if tests are meant to run in the same environment.

0 commit comments

Comments
 (0)