Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/89798


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(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins 
refs/changes/98/89798/1

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: newchange
Gerrit-Change-Id: I834bc94fcf2a3b63f7ddb1e0963b67d18bf2edf0
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to