2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

[rt46602] Ensure that output sent to stderr is routed to the output file

This commit is contained in:
Stephen Morris
2017-12-20 14:54:37 +00:00
parent ce66752adc
commit a5cf6bd12a

View 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