Krinkle has uploaded a new change for review.

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


Change subject: QUnit: Add --verbose flag which triggers progress Should help 
figure out which test is causing phantomjs to crash in VisualEditor and is 
generally nice
......................................................................

QUnit: Add --verbose flag which triggers progress
Should help figure out which test is causing phantomjs to crash in VisualEditor 
and is generally nice

Change-Id: I218e69f4f29128cb71e79463bc233904ec373cdd
---
M macro.yaml
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/integration/jenkins-job-builder-config 
refs/changes/51/57451/1

diff --git a/macro.yaml b/macro.yaml
index 2507ba4..27e86e5 100644
--- a/macro.yaml
+++ b/macro.yaml
@@ -79,7 +79,7 @@
         # Publish our install in the QUnit server document root
         ln -s $WORKSPACE /srv/localhost/qunit/$TEST_ID
         # Run QUnit tests via PhantomJS
-        /var/lib/jenkins/bin/wmfgrunt qunit 
--qunit-url="http://localhost:9412/$TEST_ID/index.php?title=Special:JavaScriptTest/qunit";
+        /var/lib/jenkins/bin/wmfgrunt qunit --verbose 
--qunit-url="http://localhost:9412/$TEST_ID/index.php?title=Special:JavaScriptTest/qunit";
         gqec=$?
         # Clean up
         rm /srv/localhost/qunit/$TEST_ID

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I218e69f4f29128cb71e79463bc233904ec373cdd
Gerrit-PatchSet: 1
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>

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

Reply via email to