summaryrefslogtreecommitdiff
path: root/support/arara/source/src/test/resources/executiontests/halt-error/halt.yaml
blob: 53df1a295b094114c8f1d8db9fa153098a4894e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
!config
# Arara, the cool TeX automation tool
# Copyright (c) 2018, Paulo Roberto Massa Cereda 
# All rights reserved.
#
# This rule is part of arara.
identifier: halt
name: Halt
commands:
  - name: The halt trigger
    command: >
      @{
          halt(1);
          return true;
      }
arguments: []