The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

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

Enrich ocamltest doc about scripts (#13902)

authored by

Olivier Nicole and committed by
GitHub
bcef9c34 76ec2390

+4
+4
ocamltest/OCAMLTEST.org
··· 711 711 ... testing 'hello.ml' with 1 (script) => failed (Why should this pass in the first place) 712 712 #+end_src 713 713 714 + In addition, the script can write lines of the form ~variable="string"~, or 715 + ~variable+="string"~, or ~-variable~, to file ~${ocamltest_response}~, to set, append to, 716 + and unset ocamltest environment variables, respectively. 717 + 714 718 * Key concepts 715 719 :PROPERTIES: 716 720 :CUSTOM_ID: concepts