From d38e91d08d69437ab0474f7fc2016977aa2f49c3 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 4 Jan 2020 10:41:34 +0200 Subject: Change: rename function that checks exit code to be more generic --- echo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'echo.yaml') 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\d+) - function: exit_code_is_zero + function: exit_code_is - then: standard output contains a newline function: stdout_is_a_newline -- cgit v1.2.1