diff options
author | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-21 13:13:19 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@yahoo-inc.com> | 2012-06-21 13:13:19 -0700 |
commit | d4d93f0afda6fde915893e487ef6b0d1adaa0e7e (patch) | |
tree | 2dfca8751b6c44778b3e0ae29978dc8248dda601 /Makefile | |
parent | 18e4af9955d0b62871792ec4d270f99b2051d932 (diff) | |
download | vyos-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ pyflakes: pyflakes $(PY_FILES) test: - nosetests tests/unittests/ + nosetests $(noseopts) tests/unittests/ 2to3: 2to3 $(PY_FILES) |