summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/otps
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-11-15 00:36:56 +0000
committerKarl Berry <karl@freefriends.org>2017-11-15 00:36:56 +0000
commit275b63e13e2dfb447282e27f14bdd50ec62724ec (patch)
treed7e5aea68f1f9ec6e89266a6995c58de33123054 /Build/source/texk/web2c/otps
parente4a26cb4b77435863d8c9fd39b2dbc3c14651f73 (diff)
use #!/bin/sh -vx for nontrivial shell *.test files, so <testname>.log is more useful
git-svn-id: svn://tug.org/texlive/trunk@45809 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/otps')
-rwxr-xr-xBuild/source/texk/web2c/otps/otp2ocp.test4
-rwxr-xr-xBuild/source/texk/web2c/otps/outocp.test4
2 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/otps/otp2ocp.test b/Build/source/texk/web2c/otps/otp2ocp.test
index 1a4af9b1ef1..77a7c269982 100755
--- a/Build/source/texk/web2c/otps/otp2ocp.test
+++ b/Build/source/texk/web2c/otps/otp2ocp.test
@@ -1,4 +1,6 @@
-#! /bin/sh
+#! /bin/sh -vx
+# $Id$
+# Public domain. Originally written by Peter Breitenlohner.
TEXMFCNF=$srcdir/../../kpathsea \
./otp2ocp $srcdir/uni2lat xuni2lat.ocp || exit 1
diff --git a/Build/source/texk/web2c/otps/outocp.test b/Build/source/texk/web2c/otps/outocp.test
index 537f4ac6b51..b7262403f7f 100755
--- a/Build/source/texk/web2c/otps/outocp.test
+++ b/Build/source/texk/web2c/otps/outocp.test
@@ -1,4 +1,6 @@
-#! /bin/sh
+#! /bin/sh -vx
+# $Id$
+# Public domain. Originally written by Peter Breitenlohner.
TEXMFCNF=$srcdir/../../kpathsea \
./outocp $srcdir/uni2lat.ocp >xuni2lat.out || exit 1