From 7c7c78818f891f66c0674ee2920b5c33525dcf27 Mon Sep 17 00:00:00 2001 From: Peter Breitenlohner Date: Fri, 14 Jan 2011 10:05:45 +0000 Subject: e-pTRIP test for e-pTeX git-svn-id: svn://tug.org/texlive/trunk@21068 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/web2c/triptrap-sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Build/source/texk/web2c/triptrap-sh') 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 +# Copyright (C) 2010, 2011 Peter Breitenlohner # # 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 -- cgit v1.2.3