File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3434 - PG_VERSION=10 PG_BRANCH=REL_10_STABLE
3535 - PG_VERSION=9.6 PG_BRANCH=REL9_6_STABLE
3636 - PG_VERSION=9.5 PG_BRANCH=REL9_5_STABLE
37- - PG_VERSION=14 PG_BRANCH=REL_14_STABLE PTRACK_PATCH_PG_BRANCH=REL_14_STABLE PGPROBACKUP_GDB=ON PG_PROBACKUP_TEST_BASIC=OFF
37+ - PG_VERSION=14 PG_BRANCH=REL_14_STABLE PTRACK_PATCH_PG_BRANCH=REL_14_STABLE MODE=TMP
3838# - PG_VERSION=13 PG_BRANCH=REL_13_STABLE PTRACK_PATCH_PG_BRANCH=OFF MODE=archive
3939# - PG_VERSION=13 PG_BRANCH=REL_13_STABLE PTRACK_PATCH_PG_BRANCH=REL_13_STABLE MODE=backup
4040# - PG_VERSION=13 PG_BRANCH=REL_13_STABLE PTRACK_PATCH_PG_BRANCH=REL_13_STABLE MODE=catchup
Original file line number Diff line number Diff line change @@ -112,6 +112,9 @@ if [ "$MODE" = "basic" ]; then
112112 echo PG_PROBACKUP_TEST_BASIC=${PG_PROBACKUP_TEST_BASIC}
113113 python3 -m unittest -v tests
114114 python3 -m unittest -v tests.init
115+ elif [ " $MODE " = " TMP" ]; then
116+ echo MODE=TMP
117+ PGPROBACKUP_GDB=ON python3 -m unittest -v tests
115118else
116119 echo PG_PROBACKUP_TEST_BASIC=${PG_PROBACKUP_TEST_BASIC}
117120 python3 -m unittest -v tests.$MODE
You can’t perform that action at this time.
0 commit comments