summaryrefslogtreecommitdiff
path: root/subplot.yaml
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-05-08 17:44:51 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-05-08 17:44:51 +0100
commitd8321ef803f1330d43b4fe1fbc77afe1a7622329 (patch)
tree5db9b5cf7548ff407b7f5f8e7930361dbe0f5d9c /subplot.yaml
parent889ddc3bc875d5b01d0eaa00df2747a765766568 (diff)
downloadsubplot-d8321ef803f1330d43b4fe1fbc77afe1a7622329.tar.gz
subplot.yaml: Add stderr matches binding
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplot.yaml')
-rw-r--r--subplot.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/subplot.yaml b/subplot.yaml
index 76fef03..607e361 100644
--- a/subplot.yaml
+++ b/subplot.yaml
@@ -68,6 +68,10 @@
function: stdout_matches
regex: true
+- then: stderr matches /(?P<pattern>.+)/
+ function: stderr_matches
+ regex: true
+
- then: scenario "(?P<name>.+)" was run
function: scenario_was_run
regex: true