summaryrefslogtreecommitdiff
path: root/support/arara/source/src/test/resources/executiontests/halt-error/halt.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/source/src/test/resources/executiontests/halt-error/halt.yaml')
-rw-r--r--support/arara/source/src/test/resources/executiontests/halt-error/halt.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/support/arara/source/src/test/resources/executiontests/halt-error/halt.yaml b/support/arara/source/src/test/resources/executiontests/halt-error/halt.yaml
new file mode 100644
index 0000000000..53df1a295b
--- /dev/null
+++ b/support/arara/source/src/test/resources/executiontests/halt-error/halt.yaml
@@ -0,0 +1,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: []