summaryrefslogtreecommitdiff
path: root/support/arara/source/src/test/resources/executiontests/halt/halt.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/source/src/test/resources/executiontests/halt/halt.yaml')
-rw-r--r--support/arara/source/src/test/resources/executiontests/halt/halt.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/support/arara/source/src/test/resources/executiontests/halt/halt.yaml b/support/arara/source/src/test/resources/executiontests/halt/halt.yaml
new file mode 100644
index 0000000000..1c14644bcb
--- /dev/null
+++ b/support/arara/source/src/test/resources/executiontests/halt/halt.yaml
@@ -0,0 +1,19 @@
+!config
+# Arara, the cool TeX automation tool
+# Copyright (c) 2020, Island of TeX
+# All rights reserved.
+#
+# This rule is part of arara.
+identifier: halt
+name: Halt
+authors:
+- Heiko Oberdiek
+- Island of TeX
+commands:
+- name: The halt trigger
+ command: >
+ @{
+ halt(0);
+ return true;
+ }
+arguments: []