Skip to content

Commit 40af04e

Browse files
committed
Try to use CLI
1 parent bf197d5 commit 40af04e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tests/docker/entrypoint.sh

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ function wait_for_pg()
1616
done
1717
}
1818

19+
ls -la /home/pgedge/
20+
ls -la /home/pgedge/pgedge
21+
. pg${PG_VER}/pg${PG_VER}.env
22+
echo 'export LD_LIBRARY_PATH=/home/pgedge/pgedge/pg${PG_VER}/lib:$LD_LIBRARY_PATH' >> /home/pgedge/.bashrc
23+
echo 'export LD_LIBRARY_PATH=/usr/lib64:$LD_LIBRARY_PATH' >> /home/pgedge/.bashrc
24+
echo 'export PATH=/home/pgedge/pgedge/pg${PG_VER}/bin:$PATH' >> /home/pgedge/.bashrc
1925
. /home/pgedge/.bashrc
2026

2127
echo "==========Installing Spockbench=========="
@@ -44,7 +50,7 @@ track_commit_timestamp = on
4450
max_locks_per_transaction = 1000
4551
4652
# Connection settings
47-
unix_socket_directories = '/tmp'
53+
#unix_socket_directories = '/tmp'
4854
listen_addresses = '*'
4955
port = 5432
5056

0 commit comments

Comments
 (0)