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
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}