Skip to content

Commit bb91d77

Browse files
committed
Build/Test Tools: Correct the Multisite PHPUnit log path.
The `tests/phpunit` part of the logging file path in the `multisite.xml` configuration file is unnecessary because it already exists within that directory. See #64894. git-svn-id: https://develop.svn.wordpress.org/trunk@62464 602fd350-edb4-49c9-b593-d223f7449a82
1 parent bdc418a commit bb91d77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/phpunit/multisite.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@
7474
</whitelist>
7575
</filter>
7676
<logging>
77-
<log type="junit" target="tests/phpunit/build/logs/junit.xml" />
77+
<log type="junit" target="build/logs/junit.xml" />
7878
</logging>
7979
</phpunit>

0 commit comments

Comments
 (0)