Skip to content

Commit a1b1367

Browse files
committed
remove runner
1 parent 1d49717 commit a1b1367

5 files changed

Lines changed: 5 additions & 974 deletions

File tree

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tokio = { version = "~1.35", default-features = false, features = ["rt-multi-thr
1717

1818
# Prevent this from interfering with workspaces
1919
[workspace]
20-
members = [".", "fuzz-fake-hashes", "fuzz-real-hashes", "runner", "write-seeds"]
20+
members = [".", "fuzz-fake-hashes", "fuzz-real-hashes", "write-seeds"]
2121

2222
[profile.release]
2323
panic = "abort"

fuzz/FC-INFO.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -266,16 +266,16 @@ When force-close fuzzing regresses:
266266
4. Prefer fixing harness realism before adding more timeouts or more iterations.
267267
5. Re-run the isolated case, then the full corpus.
268268

269-
The runner is the preferred tool for this now:
270-
271-
- [runner/README.md](/Users/joost/repo/rust-lightning-fuzz-force-close/fuzz/runner/README.md)
269+
The runner lives in `~/repo/rl-tools/fuzz-runner` now.
270+
Use `~/repo/rl-tools/run_fuzz_runner.sh` from any directory inside a
271+
rust-lightning checkout.
272272

273273
## Current Stable Verification
274274

275275
The key verification command is:
276276

277277
```bash
278-
cargo run --manifest-path fuzz/Cargo.toml -p fuzz-runner -- --timeout-secs 20
278+
~/repo/rl-tools/run_fuzz_runner.sh --timeout-secs 20
279279
```
280280

281281
At the time these notes were written, the full corpus completed with:

fuzz/runner/Cargo.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

fuzz/runner/README.md

Lines changed: 0 additions & 84 deletions
This file was deleted.

0 commit comments

Comments
 (0)