summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOfir Petrushka <ofir@rounds.com>2015-01-28 17:21:27 +0200
committerOfir Petrushka <ofir@rounds.com>2015-01-28 17:21:27 +0200
commit37cc4cf9cb965932a352a4c0d504df815bd904d6 (patch)
treebd474b0a562412e0675519f54a1d16f2f1006f3b
parent990d08b63f2aff8706cedbbc2786873102d92e01 (diff)
downloadansible-37cc4cf9cb965932a352a4c0d504df815bd904d6.tar.gz
Reference tests/README.ME in the Makefile notes
https://github.com/ansible/ansible/issues/6776
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5ac0e26d40..52fa1b5328 100644
--- a/Makefile
+++ b/Makefile
@@ -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
########################################################