Jdlrobson has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/370662 )

Change subject: WebdriverIO tests should look for LocalSettings.php in selenium 
folder
......................................................................

WebdriverIO tests should look for LocalSettings.php in selenium folder

The browser folder is reserved for ruby based tests. If a WebDriverIO job
is being used it should source this file from the same place as the tests

Bug: T164024
Change-Id: Ib069004f8dcb76550fe96a6544f2846d4a7af1b9
---
M jjb/macro.yaml
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/62/370662/1

diff --git a/jjb/macro.yaml b/jjb/macro.yaml
index 6513e58..5f8d53b 100644
--- a/jjb/macro.yaml
+++ b/jjb/macro.yaml
@@ -325,8 +325,8 @@
      - shell: |
          # Change to the working directory. EXT_NAME is set by Zuul parameters
          # functions
-         if [ -f ./src/extensions/$EXT_NAME/tests/browser/LocalSettings.php ]; 
then
-           cd ./src/extensions/$EXT_NAME/tests/browser
+         if [ -f ./src/extensions/$EXT_NAME/tests/selenium/LocalSettings.php 
]; then
+           cd ./src/extensions/$EXT_NAME/tests/selenium
            . 
'/srv/deployment/integration/slave-scripts/bin/mw-selenium-setup.sh'
          fi
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib069004f8dcb76550fe96a6544f2846d4a7af1b9
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to