pub const KTSTR_VERIFIER_RESULT_DIR_ENV: &str = "KTSTR_VERIFIER_RESULT_DIR";Expand description
Name of the environment variable carrying the directory that each
cargo ktstr verifier cell writes its per-cell PASS/FAIL record to.
The cargo ktstr verifier dispatcher creates the dir, exports this
var (inherited by the spawned cargo nextest run and thus by every
cell process), and after nextest returns reads the records back to
render the per-(topology × scheduler) summary grid. Unset
when a verifier cell runs outside the dispatcher (a hand-driven
--exact verifier/...): the cell then simply skips the record write.
Single source of truth so the name is not spelled by hand at the
writer (cell) and reader (dispatcher) ends.