We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents daf23ed + 5e5b937 commit 493ed91Copy full SHA for 493ed91
README.md
@@ -293,6 +293,12 @@ back to the default behaviour.
293
In that case, `ocaml-mdx test <file>` will *not* run the command. Use `ocaml-mdx test
294
--non-deterministic <file>` to come back to the default behaviour.
295
296
+Alternatively, instead of passing the option it is also possible to set the
297
+environment variable `MDX_RUN_NON_DETERMINISTIC` to make MDX execute
298
+non-deterministic blocks. This is useful when not calling MDX directly but
299
+through other commands like `dune` or Makefiles etc. Use
300
+`MDX_RUN_NON_DETERMINISTIC=1 ocaml-mdx test` in this case.
301
+
302
#### Named execution environments (since mdx 1.1.0)
303
304
Separate environments can be defined for blocks:
0 commit comments