Show details and detect errors in tox-run.sh 30/63230/2
authorLott, Christopher (cl778h) <cl778h@att.com>
Fri, 28 Feb 2020 18:34:22 +0000 (13:34 -0500)
committerLott, Christopher (cl778h) <cl778h@att.com>
Mon, 2 Mar 2020 17:47:29 +0000 (12:47 -0500)
commit76a076196f1709be68a8135ae091318731d3c740
treedece8b30dd098fc7581690296b9f62bd9a8a159d
parentc63e147ab10c5b00b2dfdac6df62ee9ef6dd8442
Show details and detect errors in tox-run.sh

Revise tox-run.sh to guard against unbound variable TOX_ENVS;
stop on error or unbound variable (options -eu); and print
commands before executing (option -x). Add echo command at end.
Main effect is to show TOX_ENVS parameter value in the job log.

Change-Id: Iad78123f32f5c32792ba5ec8584921066ff9af70
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
releasenotes/notes/tox-run-log-details-4e81e3136a6816c9.yaml [new file with mode: 0644]
shell/tox-run.sh