From: Stephen Morris Date: Wed, 20 Dec 2017 14:54:37 +0000 (+0000) Subject: [rt46602] Ensure that output sent to stderr is routed to the output file X-Git-Tag: v9.13.0~158^2~29 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a5cf6bd12a9d587d76db305eb0387346cd31d1b8;p=thirdparty%2Fbind9.git [rt46602] Ensure that output sent to stderr is routed to the output file --- diff --git a/bin/tests/system/runsequential.sh b/bin/tests/system/runsequential.sh index 602fb3048ab..d590764c357 100644 --- a/bin/tests/system/runsequential.sh +++ b/bin/tests/system/runsequential.sh @@ -18,5 +18,5 @@ SYSTEMTESTTOP=. for d in $SEQUENTIALDIRS do - $SHELL run.sh "${@}" $d | tee $d/test.output + $SHELL run.sh "${@}" $d 2>&1 | tee $d/test.output done