Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test suite should fail if request branch doesn't exist #14

Open
zingale opened this issue Nov 28, 2016 · 1 comment
Open

test suite should fail if request branch doesn't exist #14

zingale opened this issue Nov 28, 2016 · 1 comment

Comments

@zingale
Copy link
Member

zingale commented Nov 28, 2016

If we ask for a source repo to be run on a branch that doesn't exist in the current git repo in the test directory (even if it exists upsteam), then we will fail silently, and the tests will be run on whatever branch was last used in that source dir.

We should instead perhaps do a

pull
checkout branch
pull

to ensure that we first see any new branches and then get to the one we want.

@drummerdoc
Copy link
Contributor

Yes, I believe that is the correct procedure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants