mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 05:52:56 +00:00 
			
		
		
		
	Fix nested frontend detection in tfw.sh
This commit is contained in:
		@@ -65,8 +65,8 @@ build_and_run_test()
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
run_frontend()
 | 
					run_frontend()
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
    FRONTEND_IN_TEST="${TEST_PATH}/solvable/src/frontend"
 | 
					    FRONTEND_IN_TEST="${TEST_PATH}/solvable/frontend"
 | 
				
			||||||
    if [ -d "$FRONTEND_IN_TEST" ]
 | 
					    if [ "$(find "$FRONTEND_IN_TEST" | wc -l)" -gt 2 ]
 | 
				
			||||||
    then
 | 
					    then
 | 
				
			||||||
        cd $FRONTEND_IN_TEST
 | 
					        cd $FRONTEND_IN_TEST
 | 
				
			||||||
    else
 | 
					    else
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user