We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf123f commit 01a9bb9Copy full SHA for 01a9bb9
run_tests.sh
@@ -74,8 +74,9 @@ cd ..
74
echo "############### Compiling and installing ptrack extension"
75
76
# XXX: Hackish way to make possible to run tap tests
77
-mkdir $PG_SRC/contrib/ptrack
78
-cp -R t $PG_SRC/contrib/ptrack/
+#mkdir $PG_SRC/contrib/ptrack
+#cp -R t $PG_SRC/contrib/ptrack/
79
+ln -s `pwd` $PG_SRC/contrib/ptrack
80
81
make USE_PGXS=1 PG_CPPFLAGS="-coverage" SHLIB_LINK="-coverage" -C $PG_SRC/contrib/ptrack/ install
82
0 commit comments