From 72afd76d32ff28ef2f7557c13f00ce65dec113f1 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 9 Nov 2012 13:08:14 -0800 Subject: [PATCH] Trace markdown to docbook conversion script. When debugging this script it would be nice if Jenkins would have a trace of what it did in the console log. Make it so. Change-Id: Ia379468ffb16005e22bfa6399f46e8c2347c6dc6 Reviewed-on: https://review.openstack.org/15774 Approved: James E. Blair Reviewed-by: James E. Blair Tested-by: Jenkins --- modules/jenkins/files/slave_scripts/markdown-docbook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/jenkins/files/slave_scripts/markdown-docbook.sh b/modules/jenkins/files/slave_scripts/markdown-docbook.sh index 4c20bd83e5..3607d5b496 100755 --- a/modules/jenkins/files/slave_scripts/markdown-docbook.sh +++ b/modules/jenkins/files/slave_scripts/markdown-docbook.sh @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/bash -ex # Documentation can be submitted in markdown and then converted to docbook # so it can be built with the maven plugin. This is used by Jenkins when