There was an error while loading. Please reload this page.
2 parents dfeeafb + 4fbfe51 commit b863b90Copy full SHA for b863b90
1 file changed
src/main.ml
@@ -15,7 +15,11 @@
15
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16
*)
17
18
-let binary = Sys.argv.(0) |> Filename.basename |> Filename.remove_extension
+(* let binary = Sys.argv.(0) |> Filename.basename |> Filename.remove_extension *)
19
+(* NOTE(dinosaure): for the sake of compatibility, we must keep the
20
+ ["ocaml-crunch"] name even for tests where the binary is named by [dune] as
21
+ ["main"]. *)
22
+let binary = "ocaml-crunch"
23
24
let walker output mode dirs exts silent =
25
let log fmt =
0 commit comments