diff options
author | Loïc Hoguin <[email protected]> | 2015-07-04 18:10:03 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-07-04 18:10:03 +0200 |
commit | 0eb54a71605a955df14c5df793ebe676c86259f9 (patch) | |
tree | a9259406c19b034c32d426d570b941e89e237058 /plugins/eunit.mk | |
parent | c2debce2bfcf2400905ff56c4a80e4c3251c6e56 (diff) | |
download | erlang.mk-0eb54a71605a955df14c5df793ebe676c86259f9.tar.gz erlang.mk-0eb54a71605a955df14c5df793ebe676c86259f9.tar.bz2 erlang.mk-0eb54a71605a955df14c5df793ebe676c86259f9.zip |
Add $(verbose) to avoid completely silencing commands
Diffstat (limited to 'plugins/eunit.mk')
-rw-r--r-- | plugins/eunit.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/eunit.mk b/plugins/eunit.mk index 79add79..2adf4a6 100644 --- a/plugins/eunit.mk +++ b/plugins/eunit.mk @@ -13,7 +13,7 @@ EUNIT_OPTS ?= tests:: eunit help:: - @printf "%s\n" "" \ + $(verbose) printf "%s\n" "" \ "EUnit targets:" \ " eunit Run all the EUnit tests for this project" |