[tor-commits] [flashproxy/master] have automake output test failures to stdout
infinity0 at torproject.org
infinity0 at torproject.org
Tue Nov 4 11:30:14 UTC 2014
commit de8d428ab5f2dfcc830ac8a4b34985a87643749f
Author: Ximin Luo <infinity0 at torproject.org>
Date: Tue Nov 4 01:28:55 2014 +0000
have automake output test failures to stdout
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 922f140..56e76ab 100644
--- a/Makefile
+++ b/Makefile
@@ -87,7 +87,7 @@ test-full: test
cd facilitator && \
{ test -x ./config.status && ./config.status || \
{ test -x ./configure || ./autogen.sh; } && ./configure; } \
- && make && PYTHONPATH=.. make check
+ && make && PYTHONPATH=.. VERBOSE=1 make check
cd proxy && make test
force-dist:
More information about the tor-commits
mailing list