-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[issue5] add branch check to cleanup script
- Loading branch information
1 parent
01a28d7
commit e9e40c2
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e9e40c2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This tests the symptoms that Florian mentioned, not what we actually want to test (that all commits from hg.fast-downward.org are present). For example, there are other branches that we also expect to be there, and just because all branches we expect to be there are there, it doesn't mean that we have the right commits. The error message is also not very helpful about telling people what they can do to address the problem. I would instead test the return value of
hg incoming http://hg.fast-downward.org
to check if the repository has all commits from that repository. From the help page (and some minimal testing on my side), it looks like you can test this with