8000 Travis fixes (fix test_ptrack_vacuum_full test) by kulaginm · Pull Request #14 · postgrespro/ptrack · GitHub
[go: up one dir, main page]

Skip to content

Travis fixes (fix test_ptrack_vacuum_full test) #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Oct 24, 2021
Prev Previous commit
Next Next commit
[travis] try to fix test_ptrack_vacuum_full #4
  • Loading branch information
kulaginm committed Oct 23, 2021
commit 01a9bb9e4f151b19e918eaa6ea3ba0be1f35f1a4
5 changes: 3 additions & 2 deletions run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ cd ..
echo "############### Compiling and installing ptrack extension"

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

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

Expand Down
0