Skip to content

Commit

Permalink
revert to fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
SongXueZhi authored Nov 11, 2021
1 parent fbff638 commit 02c30e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public void evolute(PotentialRFC pRFC) {
testCaseParser.parseTestCases(pRFC);

// 3. verity have bfc~1
if (pRFC.getCommit().getParentCount() <= 1) {
if (pRFC.getCommit().getParentCount() <= 0) {
FileUtilx.log("BFC no parent");
pRFC.getTestCaseFiles().clear();
emptyCache(bfcID);
Expand Down

0 comments on commit 02c30e1

Please sign in to comment.