File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2626 - PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=all
2727 - PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=all MODE=paranoia
2828 - PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=test_ptrack_multiple_segments TEST_REPEATS=5 MODE=paranoia
29+ - PG_VERSION=12 PG_BRANCH=REL_12_STABLE TEST_CASE=test_ptrack_eat_my_data TEST_REPEATS=5
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ git clone https://github.com/postgres/postgres.git -b $PG_BRANCH --depth=1
2424
2525# Clone pg_probackup
2626echo " ############### Getting pg_probackup sources"
27- # git clone https://github.com/postgrespro/pg_probackup.git --depth=1
28- git clone https://github.com/ololobus/pg_probackup.git --depth=1 -b ptrack-tests
27+ git clone https://github.com/postgrespro/pg_probackup.git --depth=1 -b master
28+ # git clone https://github.com/ololobus/pg_probackup.git --depth=1 -b ptrack-tests
2929
3030# Compile and install Postgres
3131cd postgres # Go to postgres dir
You can’t perform that action at this time.
0 commit comments