]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[rt46602] Ensure that output sent to stderr is routed to the output file
authorStephen Morris <stephen@isc.org>
Wed, 20 Dec 2017 14:54:37 +0000 (14:54 +0000)
committerEvan Hunt <each@isc.org>
Sun, 25 Feb 2018 03:52:56 +0000 (19:52 -0800)
(cherry picked from commit a5cf6bd12a9d587d76db305eb0387346cd31d1b8)
(cherry picked from commit 6bd944c9d0226b62c4de850b7b8749c91b008bec)

bin/tests/system/runsequential.sh

index 602fb3048ab636023a565a6b1226051ee9116403..d590764c357cbc550f8e60d3ae5cd56f786c813d 100644 (file)
@@ -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