summaryrefslogtreecommitdiff
path: root/share/python/lib/runcmd.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'share/python/lib/runcmd.yaml')
-rw-r--r--share/python/lib/runcmd.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/share/python/lib/runcmd.yaml b/share/python/lib/runcmd.yaml
index 48dde90..a5119d8 100644
--- a/share/python/lib/runcmd.yaml
+++ b/share/python/lib/runcmd.yaml
@@ -10,10 +10,18 @@
regex: true
function: runcmd_step
+- when: I run, in (?P<dirname>\S+), (?P<argv0>\S+)(?P<args>.*)
+ regex: true
+ function: runcmd_step_in
+
- when: I try to run (?P<argv0>\S+)(?P<args>.*)
regex: true
function: runcmd_try_to_run
+- when: I try to run, in (?P<dirname>\S+), (?P<argv0>\S+)(?P<args>.*)
+ regex: true
+ function: runcmd_try_to_run_in
+
# Steps to examine exit code of latest command.
- then: exit code is {exit}