From 04c53c166dcc54e5aee7b9944e3ed6a339ffb1b4 Mon Sep 17 00:00:00 2001 From: Felix Schwarz <felix.schwarz@oss.schwarz.eu> Date: Fri, 26 Dec 2014 20:57:59 +0100 Subject: [PATCH] fix markdown formatting for test readme (code blocks require 4 spaces, not tabs) --- tests/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/README.md b/tests/README.md index 57c9c0923b..fa475eccc9 100644 --- a/tests/README.md +++ b/tests/README.md @@ -50,8 +50,8 @@ To execute the tests: 3. Run the tests - $ cd /path/to/piwik - $ ./console tests:run --testsuite unit + $ cd /path/to/piwik + $ ./console tests:run --testsuite unit $ ./console tests:run --testsuite integration $ ./console tests:run --testsuite system -- GitLab