Closed hagertnl closed 11 months ago
I've discovered the issue. Commit 6f46596ff1242e33f5d799f65815e41a261b4d09 introduced the check_paths
function, which checks to make sure several required directories exist. However, as you can imagine, those directories don't exist yet when the mode is --checkout
. So we need to fix this, as the checkout mode is now completely broken :)
I am currently looking at output like the following:
There's no debugging message as to why the tests were skipped and why the test repo was not cloned.