We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d30a14 commit c5d6c7cCopy full SHA for c5d6c7c
tests/reinit-mm.sh
@@ -1,13 +1,19 @@
1
+CURPATH=`pwd`
2
+BASEDIR=$CURPATH/../../..
3
+export PATH=$BASEDIR/tmp_install/usr/local/pgsql/bin/:$PATH
4
+export DESTDIR=$BASEDIR/tmp_install
5
+
6
n_nodes=3
-export PATH=~/code/postgres_cluster/tmp_install/bin/:$PATH
7
ulimit -c unlimited
8
pkill -9 postgres
9
-cd ~/code/postgres_cluster/contrib/mmts/
-make clean && make install
10
+cd $BASEDIR
11
+make install
12
-cd ~/code/postgres_cluster/contrib/mmts/tests
13
+cd $BASEDIR/contrib/mmts
14
+make clean && make install
15
16
+cd $BASEDIR/contrib/mmts/tests
17
18
rm -fr node? *.log
19
conn_str=""
0 commit comments