summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2012-06-21 13:13:19 -0700
committerJoshua Harlow <harlowja@yahoo-inc.com>2012-06-21 13:13:19 -0700
commitd4d93f0afda6fde915893e487ef6b0d1adaa0e7e (patch)
tree2dfca8751b6c44778b3e0ae29978dc8248dda601 /Makefile
parent18e4af9955d0b62871792ec4d270f99b2051d932 (diff)
downloadvyos-cloud-init-d4d93f0afda6fde915893e487ef6b0d1adaa0e7e.tar.gz
vyos-cloud-init-d4d93f0afda6fde915893e487ef6b0d1adaa0e7e.zip
Pass along any environment settings via the variable 'noseopts'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 82c5dedb..ab23bf1f 100644
--- a/Makefile
+++ b/Makefile
@@ -11,7 +11,7 @@ pyflakes:
pyflakes $(PY_FILES)
test:
- nosetests tests/unittests/
+ nosetests $(noseopts) tests/unittests/
2to3:
2to3 $(PY_FILES)