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

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

diff --git a/test/Makefile b/test/Makefile
index a087e5be7e1..feb2d4fe992 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -420,11 +420,11 @@ test-timescale: test-pg.el
        ${DOCKER} run --rm --name timescale \
            --pull=newer \
           --publish 5981:5981 \
-          -e POSTGRES_DB=pgeltestdb \
-          -e POSTGRES_USER=pgeltestuser \
-          -e POSTGRES_PASSWORD=pgeltest \
-          -e PGPORT=5981 \
-          -d docker.io/timescale/timescaledb:latest-pg17
+           -e POSTGRES_DB=pgeltestdb \
+           -e POSTGRES_USER=pgeltestuser \
+           -e POSTGRES_PASSWORD=pgeltest \
+           -e PGPORT=5981 \
+           -d docker.io/timescale/timescaledb:latest-pg17
        sleep 5
        PGEL_PORT=5981 $(MAKE) test
        ${DOCKER} stop timescale

Reply via email to