pgtest: fix spacing

Backpatch-through: master
This commit is contained in:
Bruce Momjian 2023-08-14 14:03:29 -04:00
parent 50d1a6444e
commit 94f9c08742
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ rm -f tmp_install/log/install.log
then $MAKE "$@" 2>&1 && $MAKE "$@" check 2>&1
echo "$?" > "$TMP"/ret
fi
) | tee "$TMP"/0
) | tee "$TMP"/0
# Grab possible warnings from install.log
[ -e tmp_install/log/install.log ] && cat tmp_install/log/install.log >> "$TMP"/0