We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f992cf9 + 06eca11 commit b2b76a4Copy full SHA for b2b76a4
tests/e2e-playwright/Makefile
@@ -149,6 +149,7 @@ $(SLEEPERS_INPUT_FILE) $(JUPYTER_LAB_INPUT_FILE) $(CLASSIC_TIP_INPUT_FILE) $(S4L
149
read -p "Is the test running in autoscaled deployment [y/n]: " AUTOSCALED; \
150
read -p "Enter your username: " USER_NAME; \
151
read -s -p "Enter your password: " PASSWORD; echo ""; \
152
+ echo "--log-cli-level=INFO" > $@; \
153
echo "--product-url=$$PRODUCT_URL --user-name=$$USER_NAME --password=$$PASSWORD" > $@; \
154
if [ "$$BILLABLE" = "y" ]; then \
155
echo "--product-billable" >> $@; \
0 commit comments