summaryrefslogtreecommitdiff
path: root/support/arara/source/src/test/resources/executiontests/halt
diff options
context:
space:
mode:
Diffstat (limited to 'support/arara/source/src/test/resources/executiontests/halt')
-rw-r--r--support/arara/source/src/test/resources/executiontests/halt/arararc.yaml3
-rw-r--r--support/arara/source/src/test/resources/executiontests/halt/echoone.yaml10
-rw-r--r--support/arara/source/src/test/resources/executiontests/halt/echotwo.yaml10
-rw-r--r--support/arara/source/src/test/resources/executiontests/halt/halt.tex5
-rw-r--r--support/arara/source/src/test/resources/executiontests/halt/halt.yaml19
5 files changed, 0 insertions, 47 deletions
diff --git a/support/arara/source/src/test/resources/executiontests/halt/arararc.yaml b/support/arara/source/src/test/resources/executiontests/halt/arararc.yaml
deleted file mode 100644
index 54afa4c5fc..0000000000
--- a/support/arara/source/src/test/resources/executiontests/halt/arararc.yaml
+++ /dev/null
@@ -1,3 +0,0 @@
-!config
-paths:
- - './' \ No newline at end of file
diff --git a/support/arara/source/src/test/resources/executiontests/halt/echoone.yaml b/support/arara/source/src/test/resources/executiontests/halt/echoone.yaml
deleted file mode 100644
index 7c304b991f..0000000000
--- a/support/arara/source/src/test/resources/executiontests/halt/echoone.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-!config
-identifier: echoone
-name: Test rule for conditionals 1
-commands:
- - name: The echoer
- command: >
- @{
- return getCommand('echo', 'QuackOne');
- }
-arguments: []
diff --git a/support/arara/source/src/test/resources/executiontests/halt/echotwo.yaml b/support/arara/source/src/test/resources/executiontests/halt/echotwo.yaml
deleted file mode 100644
index 61915393b5..0000000000
--- a/support/arara/source/src/test/resources/executiontests/halt/echotwo.yaml
+++ /dev/null
@@ -1,10 +0,0 @@
-!config
-identifier: echotwo
-name: Test rule for conditionals 2
-commands:
- - name: The echoer
- command: >
- @{
- return getCommand('echo', 'QuackTwo');
- }
-arguments: []
diff --git a/support/arara/source/src/test/resources/executiontests/halt/halt.tex b/support/arara/source/src/test/resources/executiontests/halt/halt.tex
deleted file mode 100644
index cf8d291ccf..0000000000
--- a/support/arara/source/src/test/resources/executiontests/halt/halt.tex
+++ /dev/null
@@ -1,5 +0,0 @@
-% arara: echoone
-% arara: halt
-% arara: echotwo
-Quack
-\bye \ No newline at end of file
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: []