mirror of
				https://github.com/openhwgroup/cvw
				synced 2025-02-11 06:05:49 +00:00 
			
		
		
		
	VCS regression & Code Coverage
This commit is contained in:
		
							parent
							
								
									31ae18922b
								
							
						
					
					
						commit
						b4b88c5858
					
				@ -24,8 +24,10 @@ WKDIR="wkdir/${1}_${2}"
 | 
				
			|||||||
COV="cov/${1}_${2}"
 | 
					COV="cov/${1}_${2}"
 | 
				
			||||||
LOGS="logs"
 | 
					LOGS="logs"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
shift 2
 | 
					if [ ${TESTSUITE} = "buildroot" ]; then
 | 
				
			||||||
PLUSARGS="$*"
 | 
						shift 2
 | 
				
			||||||
 | 
						PLUSARGS="$*"
 | 
				
			||||||
 | 
					fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
clean_logs() {
 | 
					clean_logs() {
 | 
				
			||||||
    echo -e "${YELLOW}Cleaning up workspace...${NC}"
 | 
					    echo -e "${YELLOW}Cleaning up workspace...${NC}"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user