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>2015-03-02 09:09:34 +0300
committermattab <matthieu.aubry@gmail.com>2015-03-02 09:09:34 +0300
commitc21d59edab59a353fd4a5c636c677d0ac0ccb3d6 (patch)
treedebdf66f1579f844624df05ed66fb4d99c5264d2 /tests/README.md
parent0fb7dbd382feff9e6cebe53a679f82bab067ceab (diff)
Updating OmniFixture to fix a randomly failing screenshot tests (transitions) refs #6693
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/README.md b/tests/README.md
index a0cad6b098..8849370096 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -125,12 +125,10 @@ 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. You can use:
./console tests:setup-fixture OmniFixture --sqldump=OmniFixture-dump.sql
-
-and then gzip.
+ cat OmniFixture-dump.sql | gzip > tests/resources/OmniFixture-dump.sql.gz
Keeping the OmniFixture up to date makes it easier to see which tests fail after each small fixture change.