Remove AM_TESTS_REDIRECT hack; use VERBOSE=1 instead.

This commit is contained in:
John Hood
2015-12-24 22:21:33 -05:00
parent 2ac3bbeb9b
commit 19f214e46d
2 changed files with 2 additions and 6 deletions
+1 -5
View File
@@ -155,11 +155,7 @@ rm -rf "${test_dir}"
mkdir "${test_dir}"
if [ "x$AM_TESTS_REDIRECT" != "x" ]; then
RENDER_REDIRECT=">&9"
exec 2>&9
fi
trap 'rv=$?; if test $rv -ne 0; then dump_logs '"$test_dir $test_args $RENDER_REDIRECT"'; fi; exit $rv' EXIT
trap 'rv=$?; if test $rv -ne 0; then dump_logs '"$test_dir $test_args"'; fi; exit $rv' EXIT
# Set up tests to run.
server_tests=