Skip to content

Commit c47d261

Browse files
committed
In pg_upgrade testing script, turn off command echo at the end so status
report is clearer.
1 parent ec8d1e3 commit c47d261

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

contrib/pg_upgrade/test.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ esac
127127

128128
pg_dumpall -f "$temp_root"/dump2.sql || pg_dumpall2_status=$?
129129
pg_ctl -m fast stop
130+
131+
# no need to echo commands anymore
132+
set +x
133+
echo
134+
130135
if [ -n "$pg_dumpall2_status" ]; then
131136
echo "pg_dumpall of post-upgrade database cluster failed"
132137
exit 1

0 commit comments

Comments
 (0)