Skip to content

Commit 01a9bb9

Browse files
committed
[travis] try to fix test_ptrack_vacuum_full #4
1 parent 7cf123f commit 01a9bb9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: run_tests.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ cd ..
7474
echo "############### Compiling and installing ptrack extension"
7575

7676
# XXX: Hackish way to make possible to run tap tests
77-
mkdir $PG_SRC/contrib/ptrack
78-
cp -R t $PG_SRC/contrib/ptrack/
77+
#mkdir $PG_SRC/contrib/ptrack
78+
#cp -R t $PG_SRC/contrib/ptrack/
79+
ln -s `pwd` $PG_SRC/contrib/ptrack
7980

8081
make USE_PGXS=1 PG_CPPFLAGS="-coverage" SHLIB_LINK="-coverage" -C $PG_SRC/contrib/ptrack/ install
8182

0 commit comments

Comments
 (0)