summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <michael.dehaan@gmail.com>2014-10-03 14:53:28 -0400
committerMichael DeHaan <michael.dehaan@gmail.com>2014-10-03 14:54:04 -0400
commit335221d79e9b7a219ba0ed25dedb235e18e12d14 (patch)
tree99cb44bc9aa6f778da8743b9b9bc24b8dd140c43 /Makefile
parent0c40c6c23c3253f7de8d83f03775b1a8aa0dc2c4 (diff)
downloadansible-335221d79e9b7a219ba0ed25dedb235e18e12d14.tar.gz
This is an exceedingly rough sketch of what attributes might look like - metaclass implementations NOT complete.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e228c1e9f6..7702f5162d 100644
--- a/Makefile
+++ b/Makefile
@@ -94,7 +94,7 @@ tests:
PYTHONPATH=./lib $(NOSETESTS) -d -w test/units -v
newtests:
- PYTHONPATH=./v2/ $(NOSETESTS) -d -w v2/tests -v
+ PYTHONPATH=./v2 $(NOSETESTS) -d -w test/v2 -v
authors: