diff --git a/scripts/verify_service_booking.sh b/scripts/verify_service_booking.sh index cf42719b..6df6fbda 100755 --- a/scripts/verify_service_booking.sh +++ b/scripts/verify_service_booking.sh @@ -148,7 +148,7 @@ fi if [[ "${TESTS_OK:-0}" == "1" ]]; then c "Compile asset bundles on clone (catches SCSS errors)" echo "env['ir.qweb']._get_asset_bundle('web.assets_backend').css(); env['ir.qweb']._get_asset_bundle('web.assets_web_dark').css(); print('ASSETS_COMPILED_OK')" \ - | dexec -i "$APP" odoo shell -d "$CLONE_DB" --db_host db --db_port 5432 --db_user "$PGUSER" --db_password "$PGPW" --addons-path="$ADDONS_PATH" >>"$LOG" 2>&1 || true + | dexec -i "$APP" odoo shell -d "$CLONE_DB" --db_host db --db_port 5432 --db_user "$PGUSER" --db_password "$PGPW" --addons-path="$ADDONS_PATH" --no-http --http-port=0 --gevent-port=0 >>"$LOG" 2>&1 || true if grep -q ASSETS_COMPILED_OK "$LOG"; then ok "Asset bundles compiled OK" else