Remove AM_TESTS_REDIRECT hack; use VERBOSE=1 instead.
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
+1
-5
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user