jenkins-bot has submitted this change and it was merged.

Change subject: Append LocalSettings.php for mw-selenium jobs
......................................................................


Append LocalSettings.php for mw-selenium jobs

Append the local MW installation's `LocalSettings.php` with settings
from the MW-Selenium test suite if they exist.

See I2f32701dd9478857ed5a2fb1bfbe13e134d7b27c for the supporting JJB
changes.

Bug: T89096
Change-Id: I4975a99f1c7d22c2f99f4557de4d7a081a5300f4
---
M bin/mw-selenium-setup.sh
1 file changed, 8 insertions(+), 0 deletions(-)

Approvals:
  Dduvall: Looks good to me, approved
  Zfilipin: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/bin/mw-selenium-setup.sh b/bin/mw-selenium-setup.sh
index 949f2f9..4b72708 100755
--- a/bin/mw-selenium-setup.sh
+++ b/bin/mw-selenium-setup.sh
@@ -3,3 +3,11 @@
 . /srv/deployment/integration/slave-scripts/bin/mw-set-env-mw-selenium.sh
 
 mkdir -p "$TMPDIR"
+
+# Append the MW installation's LocalSettings.php with the contents of
+# tests/browser/LocalSettings.php. Note that this setup script requires that
+# the current working directory already be the appropriate `tests/browser`
+# directory.
+if [ -f LocalSettings.php ]; then
+       cat LocalSettings.php >> "$MW_INSTALL_PATH/LocalSettings.php"
+fi

-- 
To view, visit https://gerrit.wikimedia.org/r/232399
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I4975a99f1c7d22c2f99f4557de4d7a081a5300f4
Gerrit-PatchSet: 3
Gerrit-Project: integration/jenkins
Gerrit-Branch: master
Gerrit-Owner: Dduvall <[email protected]>
Gerrit-Reviewer: Dduvall <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Phuedx <[email protected]>
Gerrit-Reviewer: Zfilipin <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to