File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -117,13 +117,17 @@ CLASSIC_TIP_INPUT_FILE := .e2e-playwright-classictip-env.txt
117117$(SLEEPERS_INPUT_FILE )   $(JUPYTER_LAB_INPUT_FILE )   $(CLASSIC_TIP_INPUT_FILE )   $(S4L_INPUT_FILE )  :
118118	@read -p " Enter your product URL: "   PRODUCT_URL;  \ 
119119	read  -p " Is the product billable [y/n]: "   BILLABLE;  \ 
120+ 	read  -p " Is the product lite [y/n]: "   IS_LITE;  \ 
120121	read  -p " Is the test running in autoscaled deployment [y/n]: "   AUTOSCALED;  \ 
121122	read  -p " Enter your username: "   USER_NAME;  \ 
122123	read  -s -p " Enter your password: "   PASSWORD;  echo  " " ;  \ 
123124	echo  " --product-url=$$ PRODUCT_URL --user-name=$$ USER_NAME --password=$$ PASSWORD"   >  $@ ;  \ 
124125	if  [ " $$ BILLABLE"   =  " y"   ];  then  \
125126		echo  " --product-billable"   >>  $@ ;  \ 
126127	fi ;  \ 
128+ 	if  [ " $$ IS_LITE"   =  " y"   ];  then  \
129+ 		echo  " --product-lite"   >>  $@ ;  \ 
130+ 	fi ;  \ 
127131	if  [ " $$ AUTOSCALED"   =  " y"   ];  then  \
128132		echo  " --autoscaled"   >>  $@ ;  \ 
129133	fi ;  \ 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments