diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-14 10:05:45 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-01-14 10:05:45 +0000 |
commit | 7c7c78818f891f66c0674ee2920b5c33525dcf27 (patch) | |
tree | ead3bca4b34975e075b617beb900599e3f68c212 /Build/source/texk/web2c/triptrap-sh | |
parent | 9a670a862fab9fbf706f235a9a8e49453c636a28 (diff) |
e-pTRIP test for e-pTeX
git-svn-id: svn://tug.org/texlive/trunk@21068 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/triptrap-sh')
-rwxr-xr-x | Build/source/texk/web2c/triptrap-sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/triptrap-sh b/Build/source/texk/web2c/triptrap-sh index 2f120f95376..a60e9b2a41c 100755 --- a/Build/source/texk/web2c/triptrap-sh +++ b/Build/source/texk/web2c/triptrap-sh @@ -1,7 +1,7 @@ #! /bin/sh # shell script to run TRIP and TRAP tests and create diffs. # -# Copyright (C) 2010 Peter Breitenlohner <tex-live@tug.org> +# Copyright (C) 2010, 2011 Peter Breitenlohner <tex-live@tug.org> # # This file is free software; the copyright holder # gives unlimited permission to copy and/or distribute it, @@ -24,6 +24,7 @@ do mptrap.diffs) tst=mplibdir/mptrap; msg='MPTRAP test for MetaPost';; etrip.diffs) tst=etexdir/etrip; msg='e-TRIP test for e-TeX';; ptrip.diffs) tst=ptexdir/ptrip; msg='TRIP test for pTeX';; + eptrip.diffs) tst=eptexdir/eptrip; msg='e-TRIP test for e-pTeX';; *) echo "$me: Bad argument \`$file'"; exit 1;; esac echo ">>> Running $msg." @@ -36,6 +37,7 @@ do -e "s%$srcdir/triptrap%SRCDIR/triptrap%" \ -e "s%$srcdir/etexdir%SRCDIR/etexdir%" \ -e "s%$srcdir/ptexdir%SRCDIR/ptexdir%" \ + -e "s%$srcdir/eptexdir%SRCDIR/eptexdir%" \ $tmp >>$file echo "PASS: $tst.test" >>$file rm -f $tmp |