mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
VCS regression & Code Coverage
This commit is contained in:
parent
31ae18922b
commit
b4b88c5858
1 changed files with 4 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue