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:
@@ -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
|
||||
|
Reference in New Issue
Block a user