Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Commit

Permalink
Ignore versions of Protobuild in the regression test suite that can't…
Browse files Browse the repository at this point in the history
… gracefully handle new features
  • Loading branch information
hach-que committed Apr 4, 2016
1 parent 035fa27 commit e341dba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Protobuild.RegressionTestTool/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,10 @@ select Task.Run(() =>
if (commit.CommitHash.StartsWith("7f0242680") ||
commit.CommitHash.StartsWith("7e7ddb77a") ||
commit.CommitHash.StartsWith("cf231b244") ||
commit.CommitHash.StartsWith("f90fdcf2d"))
commit.CommitHash.StartsWith("f90fdcf2d") ||
commit.CommitHash.StartsWith("d63462baa") ||
commit.CommitHash.StartsWith("260c5045f") ||
commit.CommitHash.StartsWith("0e9223d18"))
{
// These are known bad commits, exclude them.
return;
Expand Down

0 comments on commit e341dba

Please sign in to comment.