chore(rustfs): remove stale manual-test-runners feature and README (#6715)

This commit is contained in:
Zhengchao An
2026-08-27 10:24:03 +08:00
committed by GitHub
parent 9e27ede8f0
commit e760d44e65
3 changed files with 5 additions and 32 deletions
-19
View File
@@ -1,19 +0,0 @@
# Manual test runners
Files in this directory are for manual execution only.
They are not auto-discovered as integration tests by `cargo test`.
## Dial9 runner
Build:
```bash
cargo build -p rustfs --features manual-test-runners --bin manual-test-dial9
```
Run:
```bash
cargo run -p rustfs --features manual-test-runners --bin manual-test-dial9
```