summaryrefslogtreecommitdiff
path: root/support/arara/source/src/test/resources/executiontests/halt-error/echotwo.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/source/src/test/resources/executiontests/halt-error/echotwo.yaml')
-rw-r--r--support/arara/source/src/test/resources/executiontests/halt-error/echotwo.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/support/arara/source/src/test/resources/executiontests/halt-error/echotwo.yaml b/support/arara/source/src/test/resources/executiontests/halt-error/echotwo.yaml
new file mode 100644
index 0000000000..61915393b5
--- /dev/null
+++ b/support/arara/source/src/test/resources/executiontests/halt-error/echotwo.yaml
@@ -0,0 +1,10 @@
+!config
+identifier: echotwo
+name: Test rule for conditionals 2
+commands:
+ - name: The echoer
+ command: >
+ @{
+ return getCommand('echo', 'QuackTwo');
+ }
+arguments: []