From: Ian Jackson Date: Wed, 5 Feb 2025 14:03:46 +0000 (+0000) Subject: autopkgtest: redirect stdout to stderr X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=b19b584502434110f0c33fca6977a440e52bd0fc;p=hippotat.git autopkgtest: redirect stdout to stderr The test environment mangles the relative ordering of the stderr and stdout xtreams, which can be very confusing. Signed-off-by: Ian Jackson --- diff --git a/adt/acommon b/adt/acommon index 20a2f9d..9612946 100644 --- a/adt/acommon +++ b/adt/acommon @@ -8,6 +8,8 @@ set -x . "${0%/*}"/../test/tcommon +exec >&2 + on_failure=: test-prep () {