JanZerebecki has uploaded a new change for review.

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

Change subject: Work around cucumber pretty formater bug
......................................................................

Work around cucumber pretty formater bug

Bug: T110510
Change-Id: I21997a21e9b19f4de2295aeb264151d002f45e13
---
M jjb/macro-browsertests.yaml
1 file changed, 6 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/integration/config 
refs/changes/02/247602/1

diff --git a/jjb/macro-browsertests.yaml b/jjb/macro-browsertests.yaml
index 2e5e76c..2ba67f3 100644
--- a/jjb/macro-browsertests.yaml
+++ b/jjb/macro-browsertests.yaml
@@ -99,12 +99,17 @@
               cp "$WORKSPACE/tests/browser/config/config_ci.yml" 
"$WORKSPACE/tests/browser/config/config.yml"
           fi
 
+          # workaround for T110510
+          pretty="--format pretty"
+          if [ "wikidata.beta.wmflabs.org" != "{mediawiki_url}" ]; then
+            pretty=""
+          fi
           # run tests
           "$WORKSPACE"/vendor/bin/bundle exec cucumber \
             --backtrace \
             --color \
             --verbose \
-            --format pretty \
+            $pretty \
             --format Cucumber::Formatter::Sauce \
             --out "$WORKSPACE/log/junit" \
             --tags $CUCUMBER_PARAMETER \

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I21997a21e9b19f4de2295aeb264151d002f45e13
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: JanZerebecki <[email protected]>

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

Reply via email to