Skip to content

Commit 2f50d14

Browse files
committed
[FIX][TESTS] Do not bind to unexisting host for 17 and 18 in tests
1 parent 2853827 commit 2f50d14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -993,7 +993,7 @@ rm -rf ./odoo-16.0
993993
odoo-helper install sys-deps -y 17.0;
994994

995995
odoo-install --install-dir odoo-17.0 --odoo-version 17.0 \
996-
--http-port 8569 --http-host local-odoo-17 \
996+
--http-port 17569 \
997997
--db-user odoo17 --db-pass odoo --create-db-user \
998998
--build-python-if-needed
999999

@@ -1049,7 +1049,7 @@ rm -rf ./odoo-17.0
10491049
odoo-helper install sys-deps -y 18.0;
10501050

10511051
odoo-install --install-dir odoo-18.0 --odoo-version 18.0 \
1052-
--http-port 8569 --http-host local-odoo-18 \
1052+
--http-port 18069 \
10531053
--db-user odoo18 --db-pass odoo --create-db-user \
10541054
--build-python-if-needed
10551055

0 commit comments

Comments
 (0)