diff --git a/debian/test.sh b/debian/test.sh index d0dba67d..84242ffd 100755 --- a/debian/test.sh +++ b/debian/test.sh @@ -14,7 +14,8 @@ unset https_proxy unset no_proxy failed=0 -make check || failed=1 +# Use line-buffering so stdout and stderr interleave somewhat nicely +stdbuf -oL make check || failed=1 pkill --full "gpg-agent --homedir /var/tmp/tap-test\\.[^/]+/.*" || : pkill --full '\.libs/ostree-trivial-httpd' || :