summaryrefslogtreecommitdiff
path: root/support/arara/source/src/test/resources/executiontests/halt-error
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-04-04 03:02:28 +0000
committerNorbert Preining <norbert@preining.info>2020-04-04 03:02:28 +0000
commit4f71d4ff0d1e7ff4607b58eb7d030bd860e44f3a (patch)
treed4e56c2a7dc233a34c572829037ac8fb346f14bc /support/arara/source/src/test/resources/executiontests/halt-error
parent6cacb7b2abf477262c442913f467f219649afb26 (diff)
CTAN sync 202004040302
Diffstat (limited to 'support/arara/source/src/test/resources/executiontests/halt-error')
-rw-r--r--support/arara/source/src/test/resources/executiontests/halt-error/arararc.yaml3
-rw-r--r--support/arara/source/src/test/resources/executiontests/halt-error/echoone.yaml10
-rw-r--r--support/arara/source/src/test/resources/executiontests/halt-error/echotwo.yaml10
-rw-r--r--support/arara/source/src/test/resources/executiontests/halt-error/halt-error.tex5
-rw-r--r--support/arara/source/src/test/resources/executiontests/halt-error/halt.yaml16
5 files changed, 0 insertions, 44 deletions
diff --git a/support/arara/source/src/test/resources/executiontests/halt-error/arararc.yaml b/support/arara/source/src/test/resources/executiontests/halt-error/arararc.yaml
deleted file mode 100644
index 54afa4c5fc..0000000000
--- a/support/arara/source/src/test/resources/executiontests/halt-error/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-error/echoone.yaml b/support/arara/source/src/test/resources/executiontests/halt-error/echoone.yaml
deleted file mode 100644
index 7c304b991f..0000000000
--- a/support/arara/source/src/test/resources/executiontests/halt-error/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-error/echotwo.yaml b/support/arara/source/src/test/resources/executiontests/halt-error/echotwo.yaml
deleted file mode 100644
index 61915393b5..0000000000
--- a/support/arara/source/src/test/resources/executiontests/halt-error/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-error/halt-error.tex b/support/arara/source/src/test/resources/executiontests/halt-error/halt-error.tex
deleted file mode 100644
index cf8d291ccf..0000000000
--- a/support/arara/source/src/test/resources/executiontests/halt-error/halt-error.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-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: []