diff --git a/.travis.yml b/.travis.yml index a21ebe7..4a5dfd0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ before_install: script: - ./autogen.sh - ./configure --enable-compile-warnings=error --enable-examples - - AM_TESTS_REDIRECT='9>&2' make distcheck 9>&2 + - make distcheck VERBOSE=1 notifications: irc: "chat.freenode.net#mosh" diff --git a/src/tests/e2e-test b/src/tests/e2e-test index 8c1c115..a914b6d 100755 --- a/src/tests/e2e-test +++ b/src/tests/e2e-test @@ -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=