diff options
author | Ofir Petrushka <ofir@rounds.com> | 2015-01-28 17:21:27 +0200 |
---|---|---|
committer | Ofir Petrushka <ofir@rounds.com> | 2015-01-28 17:21:27 +0200 |
commit | 37cc4cf9cb965932a352a4c0d504df815bd904d6 (patch) | |
tree | bd474b0a562412e0675519f54a1d16f2f1006f3b /Makefile | |
parent | 990d08b63f2aff8706cedbbc2786873102d92e01 (diff) | |
download | ansible-37cc4cf9cb965932a352a4c0d504df815bd904d6.tar.gz |
Reference tests/README.ME in the Makefile notes
https://github.com/ansible/ansible/issues/6776
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ # make deb-src -------------- produce a DEB source # make deb ------------------ produce a DEB # make docs ----------------- rebuild the manpages (results are checked in) -# make tests ---------------- run the tests +# make tests ---------------- run the tests (see test/README.md for requirements) # make pyflakes, make pep8 -- source code checks ######################################################## |