Build/Test Tools: Pass the working directory path from the host to the dev environment containers.

This allows development tools to read the host path information from the `HOST_PATH` environment variable in order to, for example, map a path in a stack trace from the path in the container to the path on the host machine.

Fixes #62833

Built from https://develop.svn.wordpress.org/trunk@59668


git-svn-id: http://core.svn.wordpress.org/trunk@59011 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2025-01-20 22:08:19 +00:00
parent d93f38e360
commit 6fb84ace49

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59667';
$wp_version = '6.8-alpha-59668';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.