Skip to content

Commit abbb7f8

Browse files
committed
fix path
1 parent c4e677d commit abbb7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Dockerfile.el9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN sudo -u pgedge python3 /home/pgedge/install.py
5858
WORKDIR /home/pgedge/pgedge
5959
# TODO see if this step can be avoided
6060
# Set up according to the environment in pgedge.env file in tests subdir
61-
RUN . /home/pgedge/tests/pgedge.env && ./pgedge setup -U $DBUSER -P $DBPASSWD -d $DBNAME --pg_ver=$PGVER && ./pgedge stop
61+
RUN . /home/pgedge/spock/tests/pgedge.env && ./pgedge setup -U $DBUSER -P $DBPASSWD -d $DBNAME --pg_ver=$PGVER && ./pgedge stop
6262

6363
WORKDIR /home/pgedge/postgres
6464

0 commit comments

Comments
 (0)