Update CONTRIBUTING.md

Co-authored-by: Amin Vakil <info@aminvakil.com>
This commit is contained in:
Andrew Klychkov 2021-03-11 14:41:29 +01:00 committed by GitHub
commit 6250c3995e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.