diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-15 00:36:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-15 00:36:56 +0000 |
commit | 275b63e13e2dfb447282e27f14bdd50ec62724ec (patch) | |
tree | d7e5aea68f1f9ec6e89266a6995c58de33123054 /Build/source/texk/web2c/uptexdir | |
parent | e4a26cb4b77435863d8c9fd39b2dbc3c14651f73 (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/uptexdir')
-rwxr-xr-x | Build/source/texk/web2c/uptexdir/upbibtex.test | 7 | ||||
-rwxr-xr-x | Build/source/texk/web2c/uptexdir/updvitype.test | 7 | ||||
-rwxr-xr-x | Build/source/texk/web2c/uptexdir/uppltotf.test | 7 | ||||
-rwxr-xr-x | Build/source/texk/web2c/uptexdir/uptftopl.test | 7 | ||||
-rwxr-xr-x | Build/source/texk/web2c/uptexdir/uptriptest.test | 7 | ||||
-rwxr-xr-x | Build/source/texk/web2c/uptexdir/yokotate.test | 7 |
6 files changed, 24 insertions, 18 deletions
diff --git a/Build/source/texk/web2c/uptexdir/upbibtex.test b/Build/source/texk/web2c/uptexdir/upbibtex.test index 4e6f5c8f4a6..715608c56d3 100755 --- a/Build/source/texk/web2c/uptexdir/upbibtex.test +++ b/Build/source/texk/web2c/uptexdir/upbibtex.test @@ -1,6 +1,7 @@ -#! /bin/sh - -# Copyright (C) 2011-2013 Peter Breitenlohner <tex-live@tug.org> +#! /bin/sh -vx +# $Id$ +# Copyright 2017 Karl Berry <tex-live@tug.org> +# Copyright 2011-2013 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. test -d uptests || mkdir -p uptests diff --git a/Build/source/texk/web2c/uptexdir/updvitype.test b/Build/source/texk/web2c/uptexdir/updvitype.test index f824e07455a..191b01eca15 100755 --- a/Build/source/texk/web2c/uptexdir/updvitype.test +++ b/Build/source/texk/web2c/uptexdir/updvitype.test @@ -1,6 +1,7 @@ -#! /bin/sh - -# Copyright (C) 2011-2013 Peter Breitenlohner <tex-live@tug.org> +#! /bin/sh -vx +# $Id$ +# Copyright 2017 Karl Berry <tex-live@tug.org> +# Copyright 2011-2013 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. test -d uptests || mkdir -p uptests diff --git a/Build/source/texk/web2c/uptexdir/uppltotf.test b/Build/source/texk/web2c/uptexdir/uppltotf.test index 8e6da33a785..845a5c51441 100755 --- a/Build/source/texk/web2c/uptexdir/uppltotf.test +++ b/Build/source/texk/web2c/uptexdir/uppltotf.test @@ -1,6 +1,7 @@ -#! /bin/sh - -# Copyright (C) 2011-2013 Peter Breitenlohner <tex-live@tug.org> +#! /bin/sh -vx +# $Id$ +# Copyright 2017 Karl Berry <tex-live@tug.org> +# Copyright 2011-2013 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. test -d uptests || mkdir -p uptests diff --git a/Build/source/texk/web2c/uptexdir/uptftopl.test b/Build/source/texk/web2c/uptexdir/uptftopl.test index 4c9e48885ae..0f0aab1d6ed 100755 --- a/Build/source/texk/web2c/uptexdir/uptftopl.test +++ b/Build/source/texk/web2c/uptexdir/uptftopl.test @@ -1,6 +1,7 @@ -#! /bin/sh - -# Copyright (C) 2011-2013 Peter Breitenlohner <tex-live@tug.org> +#! /bin/sh -vx +# $Id$ +# Copyright 2017 Karl Berry <tex-live@tug.org> +# Copyright 2011-2013 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. test -d uptests || mkdir -p uptests diff --git a/Build/source/texk/web2c/uptexdir/uptriptest.test b/Build/source/texk/web2c/uptexdir/uptriptest.test index 212c6ad3503..6ded3f7740f 100755 --- a/Build/source/texk/web2c/uptexdir/uptriptest.test +++ b/Build/source/texk/web2c/uptexdir/uptriptest.test @@ -1,6 +1,7 @@ -#! /bin/sh - -# Copyright (C) 2011-2014 Peter Breitenlohner <tex-live@tug.org> +#! /bin/sh -vx +# $Id$ +# Copyright 2017 Karl Berry <tex-live@tug.org> +# Copyright 2011-2014 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. testdir=$abs_srcdir/triptrap diff --git a/Build/source/texk/web2c/uptexdir/yokotate.test b/Build/source/texk/web2c/uptexdir/yokotate.test index 022f7a20080..720aa8b9785 100755 --- a/Build/source/texk/web2c/uptexdir/yokotate.test +++ b/Build/source/texk/web2c/uptexdir/yokotate.test @@ -1,6 +1,7 @@ -#! /bin/sh - -# Copyright (C) 2013 Peter Breitenlohner <tex-live@tug.org> +#! /bin/sh -vx +# $Id$ +# Copyright 2017 Karl Berry <tex-live@tug.org> +# Copyright 2013 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. test -d uptests || mkdir -p uptests |