[latex3-commits] [l3svn] 01/04: Add engine option -halt-on-error" to checkopts in contrib testing
noreply at latex-project.org
noreply at latex-project.org
Fri Oct 2 17:36:27 CEST 2015
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit a71050dec543c0f3ff58bf38d3f5cf4cdfaa42ed
Author: Qing Lee <sobenlee at gmail.com>
Date: Fri Oct 2 17:24:47 2015 +0800
Add engine option -halt-on-error" to checkopts in contrib testing
---
contrib/build.lua | 3 +++
contrib/testfiles/fontspec001.lvt | 1 +
contrib/testfiles/unicode-math001.lvt | 1 +
3 files changed, 5 insertions(+)
diff --git a/contrib/build.lua b/contrib/build.lua
index 5d1825b..258212f 100644
--- a/contrib/build.lua
+++ b/contrib/build.lua
@@ -19,6 +19,9 @@ checkdeps =
}
checksearch = true
+-- In contrib testing, stop processing at the first error
+checkopts = "-interaction=batchmode -halt-on-error"
+
-- Load the common build code: this is the one place that a path needs to be
-- hard-coded
-- As the build system is 'self-contained' there is no module set up here: just
diff --git a/contrib/testfiles/fontspec001.lvt b/contrib/testfiles/fontspec001.lvt
index f692a92..938ac49 100644
--- a/contrib/testfiles/fontspec001.lvt
+++ b/contrib/testfiles/fontspec001.lvt
@@ -20,6 +20,7 @@
{
\iow_log:n
{ Not~using~LuaTeX~or~XeTeX:~Expect~no~further~output! }
+ \END
}
\ExplSyntaxOff
diff --git a/contrib/testfiles/unicode-math001.lvt b/contrib/testfiles/unicode-math001.lvt
index 4527725..617c88a 100644
--- a/contrib/testfiles/unicode-math001.lvt
+++ b/contrib/testfiles/unicode-math001.lvt
@@ -20,6 +20,7 @@
{
\iow_log:n
{ Not~using~LuaTeX~or~XeTeX:~Expect~no~further~output! }
+ \END
}
\ExplSyntaxOff
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list