]> 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)
committerStephen Morris <stephen@isc.org>
Fri, 16 Feb 2018 15:19:44 +0000 (15:19 +0000)
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