JGonera has uploaded a new change for review.

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


Change subject: Run only MobileFrontend's PHPUnit tests on make phpunit
......................................................................

Run only MobileFrontend's PHPUnit tests on make phpunit

Change-Id: I0c08ad761741e0ada3ab7bcd06b50a3ee3400eb9
---
M Makefile
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/04/50204/1

diff --git a/Makefile b/Makefile
index 6a97736..a23431b 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@
        lessc stylesheets/less/specials/donateimage.less > 
stylesheets/specials/donateimage.css
 
 phpunit:
-       cd ../../tests/phpunit && php phpunit.php --configuration 
../../extensions/MobileFrontend/tests/mfe.suite.xml
+       cd ../../tests/phpunit && php phpunit.php --group MobileFrontend 
--configuration ../../extensions/MobileFrontend/tests/mfe.suite.xml
 
 qunit:
        @tests/qunit.sh

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0c08ad761741e0ada3ab7bcd06b50a3ee3400eb9
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: JGonera <jgon...@wikimedia.org>

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

Reply via email to