Skip to content

Commit

Permalink
At the end of the postgres version upgrade test from the regression t…
Browse files Browse the repository at this point in the history
…ests suite, remove 3 log files generated by pg_upgrade in the current directory.
  • Loading branch information
beaud76 committed Feb 13, 2023
1 parent 169ba7d commit 0803c15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/regress.sh
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,9 @@ pg_upgrade_test()
echo "--> upgrading the cluster..."
echo " "
${newPGBIN}/pg_upgrade -U ${newPGUSER} -b ${oldPGBIN} -B ${newPGBIN} -d ${oldPGDATA} -D ${newPGDATA} -p ${oldPGPORT} -P ${newPGPORT}
# delete analyze_new_cluster.sh generated by pg_upgrade (we don't use it)
# delete analyze_new_cluster.sh and various log files generated by pg_upgrade (we don't use it)
rm $(pwd)/analyze_new_cluster.sh
rm $(pwd)/pg_upgrade*.log
echo " "
echo "--> starting the new cluster..."
echo " "
Expand Down

0 comments on commit 0803c15

Please sign in to comment.