mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-07 18:37:56 -05:00
3 lines
122 B
Bash
Executable file
3 lines
122 B
Bash
Executable file
#!/bin/sh
|
|
OPTS="--profile=release --display=quiet --ignore-promoted-rules"
|
|
exec dune exec $OPTS tests/bin/emit1.exe -- $@
|