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-09-22 13:35:37 +0300
committermattab <matthieu.aubry@gmail.com>2015-09-22 13:35:37 +0300
commit6339387300fbcf2b423aeb149c98e3aedbdf34dc (patch)
treec99b2be054e5ea30d1fae0ac6da16b3d99b320be /plugins/TestRunner
parent510d8d4c8559c33ec8e3b3ecf2c3b199da466b25 (diff)
Make command a bit more verbose
Diffstat (limited to 'plugins/TestRunner')
-rw-r--r--plugins/TestRunner/Commands/SyncScreenshots.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/TestRunner/Commands/SyncScreenshots.php b/plugins/TestRunner/Commands/SyncScreenshots.php
index 587a18a23d..924ae7859e 100644
--- a/plugins/TestRunner/Commands/SyncScreenshots.php
+++ b/plugins/TestRunner/Commands/SyncScreenshots.php
@@ -139,6 +139,8 @@ git pull
git add .
git status
git commit -m 'UI tests: ...' # Write a good commit message, eg. 'Fixed UI test failure caused by change introduced in X which caused failure by Y'
+echo -e '--> Check the commit above is correct... <---'
+sleep 5
git push";
if ($repository === 'piwik/piwik') {
@@ -148,6 +150,8 @@ git pull
git add expected-ui-screenshots/
git status
git commit -m 'UI tests: ...' # Copy paste the good commit message
+echo -e '--> Check the commit above is correct... <---'
+sleep 5
git push
cd ../../";
} else {