Hashar has submitted this change and it was merged. Change subject: mw-run-phpunit-allexts: junit output under /logs/ ......................................................................
mw-run-phpunit-allexts: junit output under /logs/ Change-Id: I834bc94fcf2a3b63f7ddb1e0963b67d18bf2edf0 --- M bin/mw-run-phpunit-allexts.sh 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified diff --git a/bin/mw-run-phpunit-allexts.sh b/bin/mw-run-phpunit-allexts.sh index e0bd848..3bbcb7f 100755 --- a/bin/mw-run-phpunit-allexts.sh +++ b/bin/mw-run-phpunit-allexts.sh @@ -6,7 +6,9 @@ # bug: 48147 # Ib0fdffb97cdf237a49b43d7abaa81b81afe8c499 -JUNIT_DEST="$WORKSPACE/junit-phpunit-allexts.xml" +LOGS_DIR="$WORKSPACE/logs" +mkdir -p "$LOGS_DIR" +JUNIT_DEST="$LOGS_DIR/junit-phpunit-allexts.xml" # We have to move to the tests/phpunit directory where suite.xml is located or # the relative paths referenced in that file will not get properly resolved by -- To view, visit https://gerrit.wikimedia.org/r/89798 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I834bc94fcf2a3b63f7ddb1e0963b67d18bf2edf0 Gerrit-PatchSet: 1 Gerrit-Project: integration/jenkins Gerrit-Branch: master Gerrit-Owner: Hashar <has...@free.fr> Gerrit-Reviewer: Hashar <has...@free.fr> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits