Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e6715cd

Browse files
committed
set DYLD_LIBRARY_PATH in tests
1 parent 08afeec commit e6715cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/reinit-mm.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export PATH=$BASEDIR/tmp_install/usr/local/pgsql/bin/:$PATH
55
export DESTDIR=$BASEDIR/tmp_install
66
export PGHOST=127.0.0.1
77
export LD_LIBRARY_PATH=$BASEDIR/tmp_install/usr/local/pgsql/lib/:$LD_LIBRARY_PATH
8+
export DYLD_LIBRARY_PATH=$BASEDIR/tmp_install/usr/local/pgsql/lib/:$DYLD_LIBRARY_PATH
89

910
n_nodes=3
1011
ulimit -c unlimited

0 commit comments

Comments
 (0)