diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-12 12:48:03 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-05-12 12:48:03 +0000 |
commit | c84165218f94bc15a1441e91a421f4d070bc5eb7 (patch) | |
tree | c7da1b0dbd328f10bc84cf0fdf4a73aa34a3df9f /Build/source/texk/web2c/etexdir | |
parent | 3cad3679b4e6c1f9c48b4b1393a80e97694b10d0 (diff) |
increase main_memory for etrip.test, required for syncTeX extensions
git-svn-id: svn://tug.org/texlive/trunk@13053 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/etexdir')
-rw-r--r-- | Build/source/texk/web2c/etexdir/ChangeLog | 6 | ||||
-rwxr-xr-x | Build/source/texk/web2c/etexdir/etrip.test | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/etexdir/etrip/texmf.cnf | 4 |
3 files changed, 10 insertions, 4 deletions
diff --git a/Build/source/texk/web2c/etexdir/ChangeLog b/Build/source/texk/web2c/etexdir/ChangeLog index 4d96aec8608..a8dd4b5ba21 100644 --- a/Build/source/texk/web2c/etexdir/ChangeLog +++ b/Build/source/texk/web2c/etexdir/ChangeLog @@ -1,3 +1,9 @@ +2009-05-12 Peter Breitenlohner <peb@mppmu.mpg.de> + + * etrip.test (new): Shell script for e-TRIP tests. + * etrip/texmf.cnf (main_memory): Increased from 2999 to 3999 + required due to increased node sizes for syncTeX extensions. + 2008-05-15 Karl Berry <karl@tug.org> * etex.mk (etex-pool.c): the input is etex.pool. From Akira. diff --git a/Build/source/texk/web2c/etexdir/etrip.test b/Build/source/texk/web2c/etexdir/etrip.test index 41fd9034f98..d40fa9528bb 100755 --- a/Build/source/texk/web2c/etexdir/etrip.test +++ b/Build/source/texk/web2c/etexdir/etrip.test @@ -44,10 +44,10 @@ diff $testdir/trip.fot ctrip.fot # We use $DIFF instead of `diff' only for those files where there # might actually be legitimate numerical differences. -## $DIFF $DIFFFLAGS $testdir/trip.log ctrip.log +$DIFF $DIFFFLAGS $testdir/trip.log ctrip.log eval ./dvitype $dvitype_args trip.dvi >ctrip.typ || exit 1 -## $DIFF $DIFFFLAGS $testdir/trip.typ ctrip.typ +$DIFF $DIFFFLAGS $testdir/trip.typ ctrip.typ # ============================== diff --git a/Build/source/texk/web2c/etexdir/etrip/texmf.cnf b/Build/source/texk/web2c/etexdir/etrip/texmf.cnf index d02f04dcd2d..4433086badc 100644 --- a/Build/source/texk/web2c/etexdir/etrip/texmf.cnf +++ b/Build/source/texk/web2c/etexdir/etrip/texmf.cnf @@ -7,12 +7,12 @@ half_error_line = 32 max_print_line = 72 % e-TeX. -main_memory.etex = 2999 % can't change mem_bot, it stays 0 +main_memory.etex = 3999 % can't change mem_bot, it stays 0 max_strings.etex = 3300 pool_size.etex = 34000 % In case you happen to run an ini* link by hand. -main_memory.einitex = 2999 % can't change mem_bot, it stays 0 +main_memory.einitex = 3999 % can't change mem_bot, it stays 0 max_strings.einitex = 3300 pool_size.einitex = 34000 |