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