Build/Test Tools: Fix path check when comparing performance test results.

This is a follow-up to r56926, r56927, r56928.

See #59517.
Built from https://develop.svn.wordpress.org/trunk@56930


git-svn-id: http://core.svn.wordpress.org/trunk@56441 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2023-10-13 12:34:22 +00:00
parent 163f5e566f
commit 50694cec94

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-beta4-56929';
$wp_version = '6.4-beta4-56930';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.