mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
pgtest: fix spacing
Backpatch-through: master
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user