Skip to content

Commit 7e0dbd7

Browse files
committed
Try to use CLI
1 parent bf197d5 commit 7e0dbd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/docker/entrypoint.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ function wait_for_pg()
1616
done
1717
}
1818

19+
echo 'export LD_LIBRARY_PATH=/home/pgedge/pgedge/pg${PG_VER}/lib:$LD_LIBRARY_PATH' >> /home/pgedge/.bashrc
20+
echo 'export LD_LIBRARY_PATH=/usr/lib64:$LD_LIBRARY_PATH' >> /home/pgedge/.bashrc
21+
echo 'export PATH=/home/pgedge/pgedge/pg${PG_VER}/bin:$PATH' >> /home/pgedge/.bashrc
1922
. /home/pgedge/.bashrc
2023

2124
echo "==========Installing Spockbench=========="

0 commit comments

Comments
 (0)