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:
authormattab <matthieu.aubry@gmail.com>2014-12-17 07:55:03 +0300
committermattab <matthieu.aubry@gmail.com>2014-12-17 07:55:03 +0300
commit759d55d39fa4e490445a92612126621173f05bf6 (patch)
tree1a36704ba4d4c339245e60025a6900c98945e267 /tests/README.md
parentab2b30dcf937aab4fd8fc368335a47b77505e739 (diff)
Small typo
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/README.md b/tests/README.md
index faf942cba4..ad91884fd0 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -125,7 +125,9 @@ We also have an OmniFixture that includes all other Fixtures. OmniFixture is use
#### Keep OmniFixture up to date
-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:
+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.
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.