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/utils | |
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/utils')
-rwxr-xr-x | Build/source/utils/autosp/autosp-src/autosp.test | 5 | ||||
-rwxr-xr-x | Build/source/utils/autosp/autosp-src/rebar.test | 6 | ||||
-rwxr-xr-x | Build/source/utils/devnag/tests/devnag.test | 7 | ||||
-rwxr-xr-x | Build/source/utils/lacheck/lacheck.test | 7 | ||||
-rwxr-xr-x | Build/source/utils/m-tx/m-tx.test | 6 | ||||
-rw-r--r-- | Build/source/utils/m-tx/mtx-src/mtx.test | 6 | ||||
-rwxr-xr-x | Build/source/utils/pmx/pmx-src/pmx.test | 6 | ||||
-rwxr-xr-x | Build/source/utils/ps2eps/bbox.test | 7 | ||||
-rwxr-xr-x | Build/source/utils/t1utils/t1utils.test | 6 | ||||
-rwxr-xr-x | Build/source/utils/tpic2pdftex/tpic2pdftex.test | 7 |
10 files changed, 33 insertions, 30 deletions
diff --git a/Build/source/utils/autosp/autosp-src/autosp.test b/Build/source/utils/autosp/autosp-src/autosp.test index d4610464610..b7a55db76c5 100755 --- a/Build/source/utils/autosp/autosp-src/autosp.test +++ b/Build/source/utils/autosp/autosp-src/autosp.test @@ -1,6 +1,5 @@ -#! /bin/sh - -# Copyright 2016 Karl Berry <tex-live@tug.org> +#! /bin/sh -vx +# Copyright 2016-2017 Karl Berry <tex-live@tug.org> # Copyright 2015 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. diff --git a/Build/source/utils/autosp/autosp-src/rebar.test b/Build/source/utils/autosp/autosp-src/rebar.test index c03bbc56040..47193da22c3 100755 --- a/Build/source/utils/autosp/autosp-src/rebar.test +++ b/Build/source/utils/autosp/autosp-src/rebar.test @@ -1,6 +1,6 @@ -#! /bin/sh - -# Copyright (C) 2015 Peter Breitenlohner <tex-live@tug.org> +#! /bin/sh -vx +# Copyright 2017 Karl Berry <tex-live@tug.org> +# Copyright 2015 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. echo && echo "*** rebar --help" diff --git a/Build/source/utils/devnag/tests/devnag.test b/Build/source/utils/devnag/tests/devnag.test index a528be0c199..5bacd19c380 100755 --- a/Build/source/utils/devnag/tests/devnag.test +++ b/Build/source/utils/devnag/tests/devnag.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. failed= diff --git a/Build/source/utils/lacheck/lacheck.test b/Build/source/utils/lacheck/lacheck.test index b92b0cafacf..a5d4afa640e 100755 --- a/Build/source/utils/lacheck/lacheck.test +++ b/Build/source/utils/lacheck/lacheck.test @@ -1,6 +1,7 @@ -#! /bin/sh - -# Copyright (C) 2009-2014 Peter Breitenlohner <tex-live@tug.org> +#! /bin/sh -vx +# $Id$ +# Copyright 2017 Karl Berry <tex-live@tug.org> +# Copyright 2009-2014 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. ./lacheck $srcdir/test.tex | \ diff --git a/Build/source/utils/m-tx/m-tx.test b/Build/source/utils/m-tx/m-tx.test index e9f2e4259c5..1b67f5243c3 100755 --- a/Build/source/utils/m-tx/m-tx.test +++ b/Build/source/utils/m-tx/m-tx.test @@ -1,6 +1,6 @@ -#! /bin/sh - -# Copyright (C) 2012 Peter Breitenlohner <tex-live@tug.org> +#! /bin/sh -vx +# Copyright 2017 Karl Berry <tex-live@tug.org> +# Copyright 2012 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. rm -f mozart* diff --git a/Build/source/utils/m-tx/mtx-src/mtx.test b/Build/source/utils/m-tx/mtx-src/mtx.test index e9f2e4259c5..1b67f5243c3 100644 --- a/Build/source/utils/m-tx/mtx-src/mtx.test +++ b/Build/source/utils/m-tx/mtx-src/mtx.test @@ -1,6 +1,6 @@ -#! /bin/sh - -# Copyright (C) 2012 Peter Breitenlohner <tex-live@tug.org> +#! /bin/sh -vx +# Copyright 2017 Karl Berry <tex-live@tug.org> +# Copyright 2012 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. rm -f mozart* diff --git a/Build/source/utils/pmx/pmx-src/pmx.test b/Build/source/utils/pmx/pmx-src/pmx.test index 4055a6e47ed..9979082d335 100755 --- a/Build/source/utils/pmx/pmx-src/pmx.test +++ b/Build/source/utils/pmx/pmx-src/pmx.test @@ -1,6 +1,6 @@ -#! /bin/sh - -# Copyright (C) 2012 Peter Breitenlohner <tex-live@tug.org> +#! /bin/sh -vx +# Copyright 2017 Karl Berry <tex-live@tug.org> +# Copyright 2012 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. rm -f barsant* pmxaerr.dat diff --git a/Build/source/utils/ps2eps/bbox.test b/Build/source/utils/ps2eps/bbox.test index 3216ccaf7d7..3507c88e039 100755 --- a/Build/source/utils/ps2eps/bbox.test +++ b/Build/source/utils/ps2eps/bbox.test @@ -1,6 +1,7 @@ -#! /bin/sh - -# Copyright (C) 2011 Peter Breitenlohner <tex-live@tug.org> +#! /bin/sh -vx +# $Id$ +# Copyright 2017 Karl Berry <tex-live@tug.org> +# Copyright 2011 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. ./bbox -r 20 $srcdir/tests/plot.pbm >plot.out \ diff --git a/Build/source/utils/t1utils/t1utils.test b/Build/source/utils/t1utils/t1utils.test index 99dd99635b6..b9d62aba08d 100755 --- a/Build/source/utils/t1utils/t1utils.test +++ b/Build/source/utils/t1utils/t1utils.test @@ -1,6 +1,6 @@ -#! /bin/sh - -# Copyright (C) 2011 Peter Breitenlohner <tex-live@tug.org> +#! /bin/sh -vx +# Copyright 2017 Karl Berry <tex-live@tug.org> +# Copyright 2011 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. failed= diff --git a/Build/source/utils/tpic2pdftex/tpic2pdftex.test b/Build/source/utils/tpic2pdftex/tpic2pdftex.test index 3115569bd90..976318ded6b 100755 --- a/Build/source/utils/tpic2pdftex/tpic2pdftex.test +++ b/Build/source/utils/tpic2pdftex/tpic2pdftex.test @@ -1,6 +1,7 @@ -#! /bin/sh - -# Copyright (C) 2009-2015 Peter Breitenlohner <tex-live@tug.org> +#! /bin/sh -vx +# $Id$ +# Copyright 2017 Karl Berry <tex-live@tug.org> +# Copyright 2009-2015 Peter Breitenlohner <tex-live@tug.org> # You may freely use, modify and/or distribute this file. for f in beamerexample example; do |