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