summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMatt Riedemann <mriedem@us.ibm.com>2016-08-05 12:10:18 -0400
committerMatt Riedemann <mriedem@us.ibm.com>2016-08-05 12:14:19 -0400
commit1e0b2b582251c401745e0e2813ececeff8ed60a2 (patch)
tree5536a21ff987826219fe1a9a5b91e2a357c17dea /tools
parent4cbfed44f4b1dc4af21e9a09ed830617cb3caa05 (diff)
downloadnova-1e0b2b582251c401745e0e2813ececeff8ed60a2.tar.gz
Fix busted release notes
A bad release note slipped through because the bash script wasn't returing the actual results. This fixes the script and the busted release note. Change-Id: Id32557f34121fe82fac21d089e4117a72ff585e5 Closes-Bug: #1610312
Diffstat (limited to 'tools')
-rwxr-xr-xtools/releasenotes_tox.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/releasenotes_tox.sh b/tools/releasenotes_tox.sh
index 060aa5812f..4fecfd9299 100755
--- a/tools/releasenotes_tox.sh
+++ b/tools/releasenotes_tox.sh
@@ -6,6 +6,7 @@ sphinx-build -a -E -W \
-d releasenotes/build/doctrees \
-b html \
releasenotes/source releasenotes/build/html
+BUILD_RESULT=$?
UNCOMMITTED_NOTES=$(git status --porcelain | \
awk '$1 == "M" && $2 ~ /releasenotes\/notes/ {print $2}')