summaryrefslogtreecommitdiff
path: root/subplot/runcmd.yaml
blob: 02e5ee12d9ce178f9f13d5c22119c5dfd6f19a12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- then: exit code is non-zero
  function: exit_code_nonzero

- then: output matches /(?P<pattern>.+)/
  function: stdout_contains
  regex: true

- then: stderr matches /(?P<pattern>.+)/
  function: stderr_contains
  regex: true

- then: program finished successfully
  function: exit_code_zero