-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
We can run tests with GIT_TEST_REQUIRE_PREREQ
to ensure that any prerequisites that are expected are actually present, and avoid (say) accidentally compiling without support for SSH connections. We should do that.
Ideally we'd also add something to check we're only missing prerequisites we're expecting to be missing, lest some new prerequisite be added and we don't notice that it needs to be tracked in the same way.