commit de8d428ab5f2dfcc830ac8a4b34985a87643749f
Author: Ximin Luo <[email protected]>
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:

_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to