Skip to content

Commit b2b76a4

Browse files
Merge branch 'master' into chatbot-improvements
2 parents f992cf9 + 06eca11 commit b2b76a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e-playwright/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ $(SLEEPERS_INPUT_FILE) $(JUPYTER_LAB_INPUT_FILE) $(CLASSIC_TIP_INPUT_FILE) $(S4L
149149
read -p "Is the test running in autoscaled deployment [y/n]: " AUTOSCALED; \
150150
read -p "Enter your username: " USER_NAME; \
151151
read -s -p "Enter your password: " PASSWORD; echo ""; \
152+
echo "--log-cli-level=INFO" > $@; \
152153
echo "--product-url=$$PRODUCT_URL --user-name=$$USER_NAME --password=$$PASSWORD" > $@; \
153154
if [ "$$BILLABLE" = "y" ]; then \
154155
echo "--product-billable" >> $@; \

0 commit comments

Comments
 (0)