summaryrefslogtreecommitdiff
path: root/runcmd.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-27 18:29:11 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-28 10:24:14 +0300
commitca30f5f0671d8e3a8f64562d5016815ab9ddb499 (patch)
tree03ffeb56f36047e66de4c53571813e5ed7acea4c /runcmd.yaml
parent7bb1f735423f2f6e0869450aa82b3dcc93799750 (diff)
downloadsubplot-ca30f5f0671d8e3a8f64562d5016815ab9ddb499.tar.gz
drop: old ./runcmd.{py,yaml} library, now unused
Diffstat (limited to 'runcmd.yaml')
-rw-r--r--runcmd.yaml13
1 files changed, 0 insertions, 13 deletions
diff --git a/runcmd.yaml b/runcmd.yaml
deleted file mode 100644
index 02e5ee1..0000000
--- a/runcmd.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-- 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