From 8431fcd5455f54b0df615888ab967dcbc7b744f1 Mon Sep 17 00:00:00 2001 From: Varun Date: Thu, 26 Oct 2023 13:58:31 +1100 Subject: [PATCH] #1247 #1248 Feat: Cypress UI testing + Postgres Arg for installer --- devcontainer-example/docker-compose.yml | 2 +- development/installer.py | 2 +- install_x11_deps.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/devcontainer-example/docker-compose.yml b/devcontainer-example/docker-compose.yml index 4ab2aa87..c73dd066 100644 --- a/devcontainer-example/docker-compose.yml +++ b/devcontainer-example/docker-compose.yml @@ -68,4 +68,4 @@ services: # network_mode: "host" volumes: mariadb-data: - #postgresql-data: \ No newline at end of file + #postgresql-data: diff --git a/development/installer.py b/development/installer.py index 0494df56..a8ac6498 100755 --- a/development/installer.py +++ b/development/installer.py @@ -210,7 +210,7 @@ def create_site_in_bench(args): "new-site", f"--db-host=mariadb", # Should match the compose service name f"--db-type={args.db_type}", # Add the selected database type - f"--no-mariadb-socket ", + f"--no-mariadb-socket", f"--db-root-password=123", # Replace with your PostgreSQL password f"--admin-password={args.admin_password}", ] diff --git a/install_x11_deps.sh b/install_x11_deps.sh index a248df5a..a66b2042 100755 --- a/install_x11_deps.sh +++ b/install_x11_deps.sh @@ -101,4 +101,4 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then else echo "Error: Unsupported operating system." exit 1 -fi \ No newline at end of file +fi