2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Do not remove stderr from pict output

Removing stderr from the pict tool serves no purpose and drops valuable
information, we might use when debugging failed pairwise CI job, such
as:

    Input Error: A parameter names must be unique
This commit is contained in:
Michal Nowak
2021-02-23 11:30:08 +01:00
parent 076bb4f989
commit 079debaa10

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}