From b19b584502434110f0c33fca6977a440e52bd0fc Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 5 Feb 2025 14:03:46 +0000 Subject: [PATCH] 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 --- adt/acommon | 2 ++ 1 file changed, 2 insertions(+) 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 () { -- 2.30.2