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