mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Merge branch 'mnowak/pairwise-pict-keep-stderr' into 'main'
Do not remove stderr from pict output See merge request isc-projects/bind9!4727
This commit is contained in:
commit
ed13fb7ad2
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue