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