From 37cc4cf9cb965932a352a4c0d504df815bd904d6 Mon Sep 17 00:00:00 2001 From: Ofir Petrushka Date: Wed, 28 Jan 2015 17:21:27 +0200 Subject: [PATCH] Reference tests/README.ME in the Makefile notes https://github.com/ansible/ansible/issues/6776 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5ac0e26d408..52fa1b53281 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 ########################################################