Skip to content

Commit

Permalink
Generated tests script: Delete clean_all target to keep the vcs_resul…
Browse files Browse the repository at this point in the history
…ts for CC report in CI

Signed-off-by: Ayoub Jalali <[email protected]>
  • Loading branch information
AyoubJalali committed Sep 28, 2022
1 parent 7064342 commit 51e5dbf
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 51e5dbf

Please sign in to comment.