diff options
author | Matthew Wild <mwild1@gmail.com> | 2016-03-04 22:17:38 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2016-03-04 22:17:38 +0000 |
commit | c2762adde360fe71e4762734c48e9444d0765f94 (patch) | |
tree | 3abcc3ee1613ab1b22a7ccd5e8baf6cd02137ccf /Makefile | |
parent | a955d7cd8e1d7ba296655732e2574944f4921790 (diff) | |
download | prosody-c2762adde360fe71e4762734c48e9444d0765f94.tar.gz prosody-c2762adde360fe71e4762734c48e9444d0765f94.zip |
Makefile: Reduce verbosity of 'make test' so it only shows test failures
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ clean: $(MAKE) clean -C util-src test: - cd tests && $(RUNWITH) test.lua + cd tests && $(RUNWITH) test.lua 0 util/%.so: $(MAKE) install -C util-src |