branch: elpa/pg
commit 483843362fef8acef5a2ae4beba5c0dc4bebb594
Author: Eric Marsden <eric.mars...@risk-engineering.org>
Commit: Eric Marsden <eric.mars...@risk-engineering.org>

    Tab formatting.
---
 test/Makefile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/test/Makefile b/test/Makefile
index feb2d4fe992..4f1660cc03d 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -440,12 +440,12 @@ test-timescale: test-pg.el
 test-citus: test-pg.el
        ${DOCKER} run --rm --name citus \
            --pull=newer \
-          --publish 127.0.0.1:5409:5409 \
-          -e POSTGRES_DB=pgeltestdb \
-          -e POSTGRES_USER=pgeltestuser \
-          -e POSTGRES_PASSWORD=pgeltest \
-          -e PGPORT=5409 \
-          -d docker.io/citusdata/citus:latest
+           --publish 127.0.0.1:5409:5409 \
+           -e POSTGRES_DB=pgeltestdb \
+           -e POSTGRES_USER=pgeltestuser \
+           -e POSTGRES_PASSWORD=pgeltest \
+           -e PGPORT=5409 \
+           -d docker.io/citusdata/citus:latest
        sleep 5
        PGEL_PORT=5409 $(MAKE) test
        ${DOCKER} stop citus

Reply via email to