commit 1f05792a86372b44ef12f0595133179810ba1e38 Author: Jonathan Rosser Date: Mon Oct 5 09:02:59 2020 +0100 Trace execution of test-ansible-syntax.sh This makes debugging failed jobs easier. Change-Id: I24f455d8dbddcc01edf5f8aed2834551e722026c diff --git a/test-ansible-syntax.sh b/test-ansible-syntax.sh index 60eaeb1..49a23ac 100755 --- a/test-ansible-syntax.sh +++ b/test-ansible-syntax.sh @@ -25,6 +25,7 @@ ## Shell Opts ---------------------------------------------------------------- set -e +set -x ## Vars ----------------------------------------------------------------------