From: Michal Nowak Date: Tue, 23 Feb 2021 10:30:08 +0000 (+0100) Subject: Do not remove stderr from pict output X-Git-Tag: v9.17.11~31^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=079debaa103979f56154f33ac5b6ea873e7b3d2a;p=thirdparty%2Fbind9.git 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 --- diff --git a/util/pairwise-testing.sh b/util/pairwise-testing.sh index 9205b5ec477..1638ebc060d 100755 --- a/util/pairwise-testing.sh +++ b/util/pairwise-testing.sh @@ -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}