hive-bash-mcp: share one HARNESS_DIR_ENV_LOCK across test modules

This commit is contained in:
damocles 2026-08-10 23:35:52 +02:00
commit 4fd25b7f45
4 changed files with 54 additions and 61 deletions

View file

@ -9,3 +9,5 @@ pub mod paths;
pub mod protocol;
pub mod runner;
pub mod stats;
#[cfg(test)]
mod test_util;