summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2014-01-19 09:23:41 -0800
committerJoshua Harlow <harlowja@gmail.com>2014-01-19 09:23:41 -0800
commit5f3bb991ac48e31075e32167efa9aad74cdc1296 (patch)
tree2bcd7b1551105000159c53d2e133a8b39cf1b3fd
parent145419f5be1660f2a8ad7b65f7fac029e987f102 (diff)
downloadvyos-cloud-init-5f3bb991ac48e31075e32167efa9aad74cdc1296.tar.gz
vyos-cloud-init-5f3bb991ac48e31075e32167efa9aad74cdc1296.zip
Add output when starting to run tests
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 977b6fb2..12fe8bd8 100644
--- a/Makefile
+++ b/Makefile
@@ -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: