jenkins-bot has submitted this change and it was merged. Change subject: run qunit with debug=true parameter ......................................................................
run qunit with debug=true parameter this is currently needed to ensure dependencies are loaded in correct order and avoid sinon complaints Change-Id: I1376e3113ac40b93bc387c1514b442e38d81bfc4 --- M scripts/qunit.sh 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: MaxSem: Verified; Looks good to me, approved jenkins-bot: Verified diff --git a/scripts/qunit.sh b/scripts/qunit.sh index 0a24f74..0179dac 100755 --- a/scripts/qunit.sh +++ b/scripts/qunit.sh @@ -4,7 +4,7 @@ echo "Using $URL as a development environment host." echo "To specify a different host set MEDIAWIKI_URL environment variable" echo '(e.g. by running "export MEDIAWIKI_URL=http://localhost:8080/w")' - phantomjs tests/externals/phantomjs-qunit-runner.js "$URL/index.php/Special:JavaScriptTest/qunit?filter=MobileFrontend&useformat=mobile" + phantomjs tests/externals/phantomjs-qunit-runner.js "$URL/index.php/Special:JavaScriptTest/qunit?filter=MobileFrontend&useformat=mobile&debug=true" else echo "You need to install PhantomJS to run QUnit tests in terminal!" echo "See http://phantomjs.org/" -- To view, visit https://gerrit.wikimedia.org/r/59172 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1376e3113ac40b93bc387c1514b442e38d81bfc4 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MobileFrontend Gerrit-Branch: master Gerrit-Owner: Jdlrobson <[email protected]> Gerrit-Reviewer: MaxSem <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
