mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 11:32:56 +00:00 
			
		
		
		
	Fix usage info printing in tfw.sh
This commit is contained in:
		@@ -128,7 +128,7 @@ start_test()
 | 
				
			|||||||
    wait
 | 
					    wait
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
case $1 in
 | 
					case ${1:-} in
 | 
				
			||||||
    buildtfw)
 | 
					    buildtfw)
 | 
				
			||||||
        build_baseimage
 | 
					        build_baseimage
 | 
				
			||||||
    ;;
 | 
					    ;;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user