Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2013-10-11 01:43:07 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-10-11 01:43:07 +0400
commitd017807150356f5ba8ff6d82f8fdf2214f37aa0e (patch)
tree6ed10d66ca79bd5429f9bf62696903c84df50012 /tests/README.md
parent42b8cc9e06a51cde9835ef285d723176aaa44139 (diff)
Tweaking tests README.md.
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/README.md b/tests/README.md
index f27a0d758f..a6087b0942 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -201,9 +201,11 @@ phantomjs is headless, so even if you're on a server without the X window system
UI tests.
To generate screenshots identical to those generated by Travis, installing fonts may be useful. On Ubuntu:
+
$ sudo apt-get install msttcorefonts
In one case, removing this font was necessary to get tests to pass:
+
$ sudo apt-get remove ttf-bitstream-vera
**Running Tests**