This repository was archived by the owner on May 27, 2025. It is now read-only.
This repository was archived by the owner on May 27, 2025. It is now read-only.
ch-test
: make force-auto
be its own phase #1725Closed
Description
Currently, the bulk of the build
phase (172 of 272 tests) is 61_force_auto.bats
. This consumes a lot of time even when most of them are skipped.
This issue proposes:
- Split force-auto into its own phase (
rootemu
?), to run afterbuild
and beforerun
. - A new catch-all phase (
most
?) that is likeall
but skipsrootemu
.