summaryrefslogtreecommitdiff
path: root/echo.yaml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2020-01-04 10:41:34 +0200
committerLars Wirzenius <liw@liw.fi>2020-01-04 10:41:34 +0200
commitd38e91d08d69437ab0474f7fc2016977aa2f49c3 (patch)
tree49325f6d485d80c9aaa0384ad4065d2ec1202bc2 /echo.yaml
parent53e7a620161104ca7cef345fdf32366d1da37c6f (diff)
downloadsubplot-d38e91d08d69437ab0474f7fc2016977aa2f49c3.tar.gz
Change: rename function that checks exit code to be more generic
Diffstat (limited to 'echo.yaml')
-rw-r--r--echo.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/echo.yaml b/echo.yaml
index 6937d3d..f86159d 100644
--- a/echo.yaml
+++ b/echo.yaml
@@ -5,7 +5,7 @@
function: run_echo_with_args
- then: exit code is (?P<exit_code>\d+)
- function: exit_code_is_zero
+ function: exit_code_is
- then: standard output contains a newline
function: stdout_is_a_newline