diff options
-rw-r--r-- | tests/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |