Ori.livneh has uploaded a new change for review. https://gerrit.wikimedia.org/r/65603
Change subject: Document XQuartz dependency for running browser tests on OS X ...................................................................... Document XQuartz dependency for running browser tests on OS X The version of X11.app that ships with OS X (including Mountain Lion, the latest version) is not capable of running the browser tests. To get them to run, it is necessary to install XQuartz. Change-Id: I0aa3b5e70710cbc16591406a6b3fdd185d44adf6 --- M puppet/modules/browsertests/README 1 file changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant refs/changes/03/65603/1 diff --git a/puppet/modules/browsertests/README b/puppet/modules/browsertests/README index 6f919cf..93483a3 100644 --- a/puppet/modules/browsertests/README +++ b/puppet/modules/browsertests/README @@ -10,8 +10,9 @@ To run the browser tests with Mediawiki-Vagrant, you will need X11 support in host environment as well as an SSH client capable of forwarding an X11 -connection. If you are running a modern Linux distribution or OS X, these -requirements have already been configured for you. +connection. If you are running a modern Linux distribution, these requirements +have already been configured for you. On OS X, you will need to download the +latest version of XQuartz from <http://xquartz.macosforge.org/landing/>. Before you can run the tests, however, you will need to enable this Puppet module and trigger a Puppet run. This is simple to do. Simply edit -- To view, visit https://gerrit.wikimedia.org/r/65603 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0aa3b5e70710cbc16591406a6b3fdd185d44adf6 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/vagrant Gerrit-Branch: master Gerrit-Owner: Ori.livneh <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
