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>2014-03-10 18:58:28 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-10 18:58:28 +0400
commitbd89b9a1635b8f5b1494be34f1b571c5ff0a5608 (patch)
tree99740b9942d25fd1c06ba62a65e1a2f4d3220166 /tests/travis
parente1788f1d6cb822c6d05884fdaf80f2954189e8ac (diff)
Fixing screenshot tests Verdana font regression.
Diffstat (limited to 'tests/travis')
-rwxr-xr-xtests/travis/prepare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/prepare.sh b/tests/travis/prepare.sh
index 013e771d5b..db6a8f1c58 100755
--- a/tests/travis/prepare.sh
+++ b/tests/travis/prepare.sh
@@ -5,7 +5,7 @@ set -e
sudo apt-get install -qq xmlstarlet
# Install fonts for UI tests
-if [ "$TEST_DIR" = "UI" ];
+if [ "$TEST_SUITE" = "UITests" ];
then
sudo sh -c "echo ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true | debconf-set-selections"
sudo apt-get install -qq ttf-mscorefonts-installer