From 380e609abda099e1716a8c12a68abedf4685fe09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Diot?= Date: Mon, 25 Sep 2023 17:15:25 +0100 Subject: [PATCH] Change ui linux tests command into development mode --- tests/ui/tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ui/tests.sh b/tests/ui/tests.sh index a3309b4e..262483db 100755 --- a/tests/ui/tests.sh +++ b/tests/ui/tests.sh @@ -36,6 +36,7 @@ if [ "$integration" = "docker" ] ; then fi else sudo systemctl stop bunkerweb bunkerweb-ui + sudo sed -i "/python3 -m gunicorn/c\ python3 -m flask --app main:app run --host=127.0.0.1 --port=7000 &" /usr/share/bunkerweb/scripts/bunkerweb-ui.sh sudo mkdir /var/www/html/app1.example.com sudo touch /var/www/html/app1.example.com/index.html export TEST_TYPE="linux"