[dronie] give a summary of upgrade tests

master
Sandro Santilli 2022-01-15 16:30:32 +01:00
parent f7db305886
commit 3a3a84df86
1 changed files with 4 additions and 2 deletions

View File

@ -18,5 +18,7 @@ make install
RUNTESTFLAGS=-v make installcheck
CURRENTVERSION=`grep '^POSTGIS_' Version.config | cut -d= -f2 | paste -sd '.'`
utils/check_all_upgrades.sh -s ${CURRENTVERSION}
utils/check_all_upgrades.sh -s ${CURRENTVERSION}!
utils/check_all_upgrades.sh -s ${CURRENTVERSION} | tee check.log
utils/check_all_upgrades.sh -s ${CURRENTVERSION}! | tee -a check.log
echo "-- Summary of upgrade tests --"
egrep '(PASS|FAIL)' check.log