From a0b738d81b66f2911ce2461ce9788f2a689f0df7 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 09 Sep 2012 20:54:15 -0400 Subject: Collect test output on STDERR. --- (limited to 'tests') diff --git a/tests/Makefile.in b/tests/Makefile.in index dadf382..71c077d 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -29,7 +29,7 @@ TESTS = deps test: @all=0; failed=0; \ for test in $(TESTS); do \ - out="$$($(SH) "$${test}.sh")"; \ + out="$$($(SH) "$${test}.sh" 2>&1)"; \ if [ $${?} -eq 0 ]; then \ printf 'PASS: %s\n' "$${test}"; \ else \ -- cgit v0.9.1