From 55123aa1d386133cdd5878e7caa412f0abaaac42 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 12 Apr 2013 14:30:59 +0000 Subject: [PATCH] Debugging output for docbook properties script. * .../jenkins/files/slave_scripts/docbook-properties.sh: Have the shell echo commands run in this script, to aid in debugging. The console log for jobs using this didn't previously provide sufficient feedback to be able to see what values were set in the resulting properties file. Change-Id: I9909009d3f85e6c3c1e5dbc5465ef38adbd75df4 Reviewed-on: https://review.openstack.org/26849 Reviewed-by: James E. Blair Reviewed-by: Khai Do Approved: Clark Boylan Reviewed-by: Clark Boylan Tested-by: Jenkins --- modules/jenkins/files/slave_scripts/docbook-properties.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/jenkins/files/slave_scripts/docbook-properties.sh b/modules/jenkins/files/slave_scripts/docbook-properties.sh index a6f7a90a97..a8c7e79523 100644 --- a/modules/jenkins/files/slave_scripts/docbook-properties.sh +++ b/modules/jenkins/files/slave_scripts/docbook-properties.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash -ex # Documentation is published to a URL depending on the branch of the # openstack-manuals project. This script determines what that location