Hashar has submitted this change and it was merged. Change subject: rename log dir: logs -> log ......................................................................
rename log dir: logs -> log Change-Id: Ic3a72f17351131fbcda411a67c4c36a4775a5aa0 --- M bin/mw-run-phpunit-allexts.sh 1 file changed, 3 insertions(+), 3 deletions(-) Approvals: Hashar: Verified; Looks good to me, approved diff --git a/bin/mw-run-phpunit-allexts.sh b/bin/mw-run-phpunit-allexts.sh index 3bbcb7f..66e5c2f 100755 --- a/bin/mw-run-phpunit-allexts.sh +++ b/bin/mw-run-phpunit-allexts.sh @@ -6,9 +6,9 @@ # bug: 48147 # Ib0fdffb97cdf237a49b43d7abaa81b81afe8c499 -LOGS_DIR="$WORKSPACE/logs" -mkdir -p "$LOGS_DIR" -JUNIT_DEST="$LOGS_DIR/junit-phpunit-allexts.xml" +LOG_DIR="$WORKSPACE/log" +mkdir -p "$LOG_DIR" +JUNIT_DEST="$LOG_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/89804 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic3a72f17351131fbcda411a67c4c36a4775a5aa0 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