[latex3-commits] [l3svn] branch master updated: l3build; Avoid spurious console output from (u)pTeX

noreply at latex-project.org noreply at latex-project.org
Sat Sep 12 10:18:53 CEST 2015


This is an automated email from the git hooks/post-receive script.

joseph pushed a commit to branch master
in repository l3svn.

The following commit(s) were added to refs/heads/master by this push:
       new  082c437   l3build; Avoid spurious console output from (u)pTeX
082c437 is described below

commit 082c4372aa96646c14d436e96e0a135d5797a03a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Sep 12 09:18:11 2015 +0100

    l3build; Avoid spurious console output from (u)pTeX
    
    This only shows up on Windows, I think, but is rather
    distracting there!
---
 l3build/l3build.lua |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index 235a6a4..aaf99c0 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -1088,6 +1088,9 @@ function runtest(name, engine, hide, ext)
         -- avoids any paths in the logs
         os_setenv .. " TEXINPUTS=." .. (checksearch and os_pathsep or "")
           .. os_concat ..
+        -- Avoid spurious output from (u)pTeX
+        os_setenv .. " GUESS_INPUT_KANJI_ENCODING=0"
+          .. os_concat ..
         realengine ..  format .. " "
           .. checkopts .. " " .. asciiopt .. lvtfile
           .. (hide and (" > " .. os_null) or "")

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the latex3-commits mailing list