Skip to content

Commit b8c2076

Browse files
committed
[PBCKP-261] fix configure flags for tests.pgpro2068.BugTest.test_minrecpoint_on_replica
1 parent 24a1036 commit b8c2076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/run_tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ cd postgres # Go to postgres dir
4747
if [ "$PG_PROBACKUP_PTRACK" = "ON" ]; then
4848
git apply -3 ../ptrack/patches/${PTRACK_PATCH_PG_BRANCH}-ptrack-core.diff
4949
fi
50-
CFLAGS="-O0" ./configure --prefix=$PGHOME --enable-debug --enable-cassert --enable-depend --enable-tap-tests --enable-nls
50+
CFLAGS="-O0" ./configure --prefix=$PGHOME --enable-debug --enable-cassert --enable-depend --enable-tap-tests --enable-nls --with-python
5151
make -s -j$(nproc) install
5252
#make -s -j$(nproc) -C 'src/common' install
5353
#make -s -j$(nproc) -C 'src/port' install

0 commit comments

Comments
 (0)