Merge branch 'mnowak/pairwise-pict-keep-stderr-v9_16' into 'v9_16'

[v9_16] Do not remove stderr from pict output

See merge request isc-projects/bind9!4730
This commit is contained in:
Michal Nowak 2021-02-23 14:32:31 +00:00
commit cc2db3a4a3

View file

@ -17,7 +17,7 @@ grep -v -F "pairwise: skip" configure.ac | sed -n -E "s|.*# \[pairwise: (.*)\]|\
echo "${RANDOM}: ${SWITCH}"
done > pairwise-model.txt
pict pairwise-model.txt 2>/dev/null | tr "\t" " " | sed "1d" > pairwise-commands.txt
pict pairwise-model.txt | tr "\t" " " | sed "1d" > pairwise-commands.txt
while read -r -a configure_switches; do
runid=${RANDOM}