diff options
author | Joshua Harlow <harlowja@gmail.com> | 2014-01-19 09:23:41 -0800 |
---|---|---|
committer | Joshua Harlow <harlowja@gmail.com> | 2014-01-19 09:23:41 -0800 |
commit | 5f3bb991ac48e31075e32167efa9aad74cdc1296 (patch) | |
tree | 2bcd7b1551105000159c53d2e133a8b39cf1b3fd | |
parent | 145419f5be1660f2a8ad7b65f7fac029e987f102 (diff) | |
download | vyos-cloud-init-5f3bb991ac48e31075e32167efa9aad74cdc1296.tar.gz vyos-cloud-init-5f3bb991ac48e31075e32167efa9aad74cdc1296.zip |
Add output when starting to run tests
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -32,6 +32,7 @@ test-requirements: sudo pip install -r "$@.txt" -q test: clean_pyc requirements test-requirements + @echo "Running tests..." @nosetests $(noseopts) tests/ check_version: |