chiark / gitweb /
autopkgtest: redirect stdout to stderr
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 5 Feb 2025 14:03:46 +0000 (14:03 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 5 Feb 2025 17:15:53 +0000 (17:15 +0000)
The test environment mangles the relative ordering of the stderr and
stdout xtreams, which can be very confusing.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
adt/acommon

index 20a2f9da5915dc26e5984232b924bd2e717af590..961294659a98b611aff99d23d4a8d280f3dac386 100644 (file)
@@ -8,6 +8,8 @@ set -x
 
 . "${0%/*}"/../test/tcommon
 
+exec >&2
+
 on_failure=:
 
 test-prep () {