Skip to content

Commit

Permalink
Merge pull request openhwgroup#1429 from AyoubJalali/PR/gen_tests
Browse files Browse the repository at this point in the history
Code coverage scripts: remove clean_all command to keep the vcs_results for CC report in CI
  • Loading branch information
JeanRochCoulon authored Oct 4, 2022
2 parents 8f9e8e0 + 51e5dbf commit 383dbc8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cva6/regress/dv-generated-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ key_word="Mismatch[1]:"
#Read from the iss_regr.log to detect the failed tests
logfile=out_$dd/iss_regr.log
j=0;
make clean_all
rm -rf out_$dd

if [[ "$list_num" = 0 ]];then
Expand Down Expand Up @@ -106,7 +105,6 @@ while [[ $j -lt ${#TEST_NAME[@]} ]];do
fi
done
done < $logfile
make clean_all
rm -rf out_$dd
j=$((j+1))
done

0 comments on commit 383dbc8

Please sign in to comment.