[tlbuild] autosp test failed

Johannes Hielscher jhielscher at posteo.de
Wed Feb 21 10:42:29 CET 2018


-r46689 here (aarch64-linux, clisp-2.49.92), anything works except one
test, due to a non-existing input file.

============================================================================
Testsuite summary for autosp (TeX Live) 2018-02-14
============================================================================
# TOTAL: 2
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  1
# XPASS: 0
# ERROR: 0

FAIL: autosp-src/tex2aspc
=========================
[…]
cp "$test_srcdir"/tests/quod2.aspc .
[…]
./tex2aspc quod2.tex quod4.aspc
[…]
Can't open quod2.tex


Where should quod2.tex have come from? I don't understand the purpose of
the change at -r46645; reverting it (see patch) makes the test run
successfully again. I wonder why noone else complained about this since
last week.


Index: utils/autosp/autosp-src/tex2aspc.test
===================================================================
--- utils/autosp/autosp-src/tex2aspc.test       (Revision 46689)
+++ utils/autosp/autosp-src/tex2aspc.test       (Arbeitskopie)
@@ -20,7 +20,7 @@
 ./tex2aspc  && exit 1
 
 echo && echo "*** tex2aspc quod2.tex quod4.aspc"
-cp "$test_srcdir"/tests/quod2.aspc .
+cp "$test_srcdir"/tests/quod2.tex .
 rm -f quod4.aspc
 ./tex2aspc quod2.tex quod4.aspc || exit 1



More information about the tlbuild mailing list