Skip to content

Commit

Permalink
Add "cmd" description, minor improvements (#10436)
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Ceratto authored and Araq committed Jan 25, 2019
1 parent 70c7348 commit 87fce94
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ to create a file for import into another test only, use the prefix ``m``.
At the beginning of every test is the expected behavior of the test.
Possible keys are:

- output: The expected output, most likely via ``echo``
- cmd: A compilation command template e.g. "nim $target --threads:on $options $file"
- output: The expected output (stdout + stderr), most likely via ``echo``
- exitcode: Exit code of the test (via ``exit(number)``)
- errormsg: The expected error message
- errormsg: The expected compiler error message
- file: The file the errormsg was produced at
- line: The line the errormsg was produced at

Expand Down

0 comments on commit 87fce94

Please sign in to comment.