( )⚙ D10942 run-tests: avoid an early return

This is an archive of the discontinued Mercurial Phabricator instance.

run-tests: avoid an early return
ClosedPublic

Authored by marmoute on Jul 2 2021, 6:37 PM.

Details

Summary

To fix the "python3 pointing to python2" we will also need to create a "python"
pointer. So we will need to create multiple pointer. So we need to stop using
early return.

We replace the early return with a loop and a continue, since the next
changeset will introduce that loop anyway.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

marmoute created this revision.Jul 2 2021, 6:37 PM
Alphare accepted this revision.Jul 5 2021, 5:33 AM
This revision is now accepted and ready to land.Jul 5 2021, 5:33 AM
baymax updated this revision to Diff 28826.Jul 6 2021, 10:14 AM

✅ refresh by Heptapod after a successful CI run (🐙 💚)

This revision was automatically updated to reflect the committed changes.