Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/e2e-playwright/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ $(SLEEPERS_INPUT_FILE) $(JUPYTER_LAB_INPUT_FILE) $(CLASSIC_TIP_INPUT_FILE) $(S4L
read -p "Is the test running in autoscaled deployment [y/n]: " AUTOSCALED; \
read -p "Enter your username: " USER_NAME; \
read -s -p "Enter your password: " PASSWORD; echo ""; \
echo "--log-cli-level=INFO" > $@; \
echo "--product-url=$$PRODUCT_URL --user-name=$$USER_NAME --password=$$PASSWORD" > $@; \
echo "--log-cli-level=INFO --log-file-level=DEBUG --log-file=debug-logs.txt" >> $@; \
if [ "$$BILLABLE" = "y" ]; then \
echo "--product-billable" >> $@; \
fi; \
Expand Down
Loading