summaryrefslogtreecommitdiff
path: root/support/arara/source/src/test/resources/executiontests/conditionals/echofour.yaml
blob: 17db18947cf367204a5174fb81ae8807088e1cf3 (plain)
1
2
3
4
5
6
7
8
9
10
!config
identifier: echofour
name: Test rule for conditionals 4
commands:
  - name: The echoer
    command: >
      @{
          return getCommand('echo', 'QuackFour');
      }
arguments: []