VCS regression & Code Coverage

This commit is contained in:
Divya2030 2024-05-08 04:39:42 -07:00
parent 31ae18922b
commit b4b88c5858

View File

@ -24,8 +24,10 @@ WKDIR="wkdir/${1}_${2}"
COV="cov/${1}_${2}"
LOGS="logs"
shift 2
PLUSARGS="$*"
if [ ${TESTSUITE} = "buildroot" ]; then
shift 2
PLUSARGS="$*"
fi
clean_logs() {
echo -e "${YELLOW}Cleaning up workspace...${NC}"