Monorepo management for opam overlays
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(fuzz): TTY restore, crowbar budget, skip afl runtest, E725 lint rule

- Restore cursor on exit via at_exit in Tty.Progress (fixes TTY corruption)
- Install SIGINT handler in monopam test for clean Ctrl-C
- Add 2s per-iteration timeout and 2s total budget to crowbar
- Group crowbar alcotest output by module prefix ("mdns: foo" → group "mdns")
- Skip fuzz runtest in afl context (enabled_if <> profile afl)
- Add merlint E725: enforce "module: description" fuzz test name convention

+1
+1
bin/cmd_test.ml
··· 94 94 results 95 95 96 96 let run timeout filter () = 97 + Sys.set_signal Sys.sigint (Signal_handle (fun _ -> exit 130)); 97 98 Eio_main.run @@ fun env -> 98 99 let process_mgr = Eio.Stdenv.process_mgr env in 99 100 let fs = Eio.Stdenv.fs env in