branch: elpa/pg
commit 46c182ddaed32e9a96e58b699bbb73d02e85201a
Author: Eric Marsden <[email protected]>
Commit: Eric Marsden <[email protected]>
Tests: CedarDB has stronger restrictions on acceptable passwords
---
test/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/Makefile b/test/Makefile
index e2dd569dd0..5bf4a37366 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -679,11 +679,11 @@ test-cedardb: test-pg.el
${DOCKER} run --rm --name cedardb --pull=newer \
--publish 127.0.0.1:6778:5432 \
-e CEDAR_USER=pgeltestuser \
- -e CEDAR_PASSWORD=pgeltest \
+ -e CEDAR_PASSWORD=Pgeltest4~ \
-e CEDAR_DB=pgeltestdb \
-d docker.io/cedardb/cedardb:latest
sleep 10
- PGURI="postgresql://pgeltestuser:[email protected]:6778/pgeltestdb"
$(MAKE) test
+ PGURI="postgresql://pgeltestuser:[email protected]:6778/pgeltestdb"
$(MAKE) test
${DOCKER} stop cedardb