Hashar has uploaded a new change for review. (
https://gerrit.wikimedia.org/r/333389 )
Change subject: mw-phpunit.sh: prevents word splitting in JUNIT_DEST
......................................................................
mw-phpunit.sh: prevents word splitting in JUNIT_DEST
With a multi configuration job, the workspace path migth have spaces.
Double quote to prevent word splitting.
Change-Id: I2c703e4c31b28b2917cc92701bd38571ec4597be
---
M bin/mw-phpunit.sh
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins
refs/changes/89/333389/1
diff --git a/bin/mw-phpunit.sh b/bin/mw-phpunit.sh
index cde5423..123db52 100755
--- a/bin/mw-phpunit.sh
+++ b/bin/mw-phpunit.sh
@@ -38,5 +38,5 @@
php -d zend.enable_gc=0 \
phpunit.php \
- --log-junit $JUNIT_DEST \
+ --log-junit "$JUNIT_DEST" \
"${phpunit_args[@]:-}"
--
To view, visit https://gerrit.wikimedia.org/r/333389
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I2c703e4c31b28b2917cc92701bd38571ec4597be
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