summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-12-23 11:27:22 +0000
committerBaserock Gerrit <gerrit@baserock.org>2015-12-26 10:47:05 +0000
commit6dcf74531ea8e043d280821bba392f06a07d8fb5 (patch)
tree3ff4c8384ae8aa98b955e4985c47de31f37bb524 /extensions
parent0878c8ed027fbfcb515bebc093c98eb61bc36c3a (diff)
downloaddefinitions-6dcf74531ea8e043d280821bba392f06a07d8fb5.tar.gz
mason: Show build logs correctly on failure
This is more fall-out from my fixes to scripts/release-build Change-Id: I986b384b9cda07d0f9a9778f6decca080c094155
Diffstat (limited to 'extensions')
-rwxr-xr-xextensions/mason/mason.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/mason/mason.sh b/extensions/mason/mason.sh
index dba99dfa..a548bc32 100755
--- a/extensions/mason/mason.sh
+++ b/extensions/mason/mason.sh
@@ -52,7 +52,7 @@ if ! "scripts/release-build" --no-default-configs \
"$BUILD_CLUSTER_MORPHOLOGY"; then
echo ERROR: Failed to build release images
echo Build logs for chunks:
- find builds -type f -exec echo {} \; -exec cat {} \;
+ find build-* -type f -exec echo {} \; -exec cat {} \;
exit 1
fi