Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test_sys_checkout: less confusing handling of return values from chec…
…kout_externals. Specifically, when doing a checkout, don't return tree_status from _before_ the checkout. Make a new wrapper to call checkout_externals a second time, to calculate the new status after a checkout (very frequent pattern). Also, stop having every caller check overall_status == 0, just do it once in the helper method that calls checkout_externals. No-op.
- Loading branch information