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, 0 insertions, 16 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
deleted file mode 100644
index 53df1a295b..0000000000
--- a/support/arara/source/src/test/resources/executiontests/halt-error/halt.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-!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: []