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