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/autosp | |
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/autosp')
-rwxr-xr-x | Build/source/utils/autosp/autosp-src/autosp.test | 5 | ||||
-rwxr-xr-x | Build/source/utils/autosp/autosp-src/rebar.test | 6 |
2 files changed, 5 insertions, 6 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" |