From b3e41e199becde3fd1697e28dc4ace4a2c03f017 Mon Sep 17 00:00:00 2001 From: mattab <matthieu.aubry@gmail.com> Date: Wed, 17 Dec 2014 17:55:41 +1300 Subject: [PATCH] Small typo --- tests/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index ad91884fd0..57c9c0923b 100644 --- a/tests/README.md +++ b/tests/README.md @@ -128,9 +128,13 @@ We also have an OmniFixture that includes all other Fixtures. OmniFixture is use Remember to update the [Omnifixture SQL dump](https://github.com/piwik/piwik/blob/master/tests/resources/OmniFixture-dump.sql.gz) whenever you make any change to any fixture. For instance use: - ./console tests:setup-fixture OmniFixture --sqldump=OmniFixture-dump.sql` and then gzip. + ./console tests:setup-fixture OmniFixture --sqldump=OmniFixture-dump.sql + +and then gzip. -Keeping the OmniFixture up to date makes it easier to see which tests fail after each small fixture change. If we don't update the OmniFixture then we end up with many failed screenshots tests which makes it hard to see whether those changes are expected or not. +Keeping the OmniFixture up to date makes it easier to see which tests fail after each small fixture change. + +If we don't update the OmniFixture then we end up with many failed screenshots tests which makes it hard to see whether those changes are expected or not. ### Scheduled Reports Tests -- GitLab