Skip to content

Commit

Permalink
seetex: Tweak
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@68033 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
t-tk committed Aug 23, 2023
1 parent f53818e commit 6a4b33f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions texk/seetexk/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-08-23 TANAKA Takuji <ttk@t-lab.opal.ne.jp>

* seetexk.test: Tweak.

2023-08-11 TANAKA Takuji <ttk@t-lab.opal.ne.jp>

* dvibook.c, dviconcat.c:
Expand Down
10 changes: 5 additions & 5 deletions texk/seetexk/seetexk.test
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ $DIFF --strip-trailing-cr $0 $0 \
&& DIFF="diff --strip-trailing-cr" || echo

# check whether the binaries are Windows exe or not
run_stdio_test=1
if [ $ExeExt = ".exe" ]; then
run_stdio_test=${run_stdio_test:-1}
if [ "$ExeExt" = ".exe" ]; then
echo "*** We assume EXE on Windows."
run_stdio_test=0
fi

# for check version
echo "*** Start seetex tests with::"
$_dviselect
if [ $run_stdio_test -gt 0 ]; then
if [ "$run_stdio_test" -gt 0 ]; then
$_dvibook
$_dviconcat
fi
Expand Down Expand Up @@ -107,7 +107,7 @@ $_dvibook -s4 playsel.dvi playbook.dvi \

echo dvibook tests OK

if [ $run_stdio_test -gt 0 ]; then
if [ "$run_stdio_test" -gt 0 ]; then

rm -f playbook.2
cat playsel.dvi | $_dvibook -s4 >playbook.dvi \
Expand Down Expand Up @@ -170,7 +170,7 @@ $_dvitodvi '4:500@0+1(16.5cm,0)+2(0,28cm)+3(16.5cm,28cm)' playsel.dvi playdvi.dv

echo dvitodvi tests OK

if [ $run_stdio_test -gt 0 ]; then
if [ "$run_stdio_test" -gt 0 ]; then

rm -f playdvi.2
cat playsel.dvi | $_dvitodvi -o playdvi.dvi '4:500@0+1(16.5cm,0)+2(0,28cm)+3(16.5cm,28cm)' \
Expand Down

0 comments on commit 6a4b33f

Please sign in to comment.