From 6250c3995e7088eb4ea9a38b2f606074a8c8ef41 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Thu, 11 Mar 2021 14:41:29 +0100 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Amin Vakil --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index efb475d..dc6c4f8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -107,7 +107,7 @@ When fixing a bug, write a task which reproduces the bug from the issue. Put the reported case in the tests, then run integration tests with the following command: ```bash -ansible-test integration test_mysql_user --docker -vvv > ~/test.log +ansible-test integration test_mysql_user --docker -vvv ``` If the tests do not want to run, first, check you complete step 3 of this guide.