summaryrefslogtreecommitdiff
path: root/subplot.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-09-27 12:36:25 +0300
committerLars Wirzenius <liw@liw.fi>2020-09-28 10:24:14 +0300
commit0763dc1425e4c7a9c9257c5806a4f120b4c06a64 (patch)
tree1458b7c3757f02eb710a59263a85653cf5eeb679 /subplot.yaml
parentcbd610b46aa5ade39253360e5ee4db06020de87b (diff)
downloadsubplot-0763dc1425e4c7a9c9257c5806a4f120b4c06a64.tar.gz
refactor(subplot.{md,yaml}): rename step to check for success
The old step "then program finished successfully" comes originally from runcmd.yaml. For lib/runcmd.yaml it has been replaced with "then command is successful". Change all uses of the old wording to the new one. Don't use lib/runcmd.yaml yet, but keep the binding subplot.yaml to bind the new wording to the function from lib/runcmd.py (which it did before already, so no change).
Diffstat (limited to 'subplot.yaml')
-rw-r--r--subplot.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplot.yaml b/subplot.yaml
index ed696e6..eec291b 100644
--- a/subplot.yaml
+++ b/subplot.yaml
@@ -71,7 +71,7 @@
- then: "{filename} ends in two newlines"
function: file_ends_in_two_newlines
-- then: program finished successfully
+- then: command is successful
function: runcmd_exit_code_is_zero
- then: command fails