aboutsummaryrefslogtreecommitdiff
path: root/tcwg-binutils.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2015-12-02 11:25:02 +0100
committerLinaro Code Review <review@review.linaro.org>2015-12-02 16:28:43 +0000
commitbecd8ba11632d250b2ee3512c964f6bf40dc12e7 (patch)
treea7648492934c5f07042e2150aeeb75b93305f56a /tcwg-binutils.yaml
parent4daae148eb0eb58f3bf670bad057586a21821a1b (diff)
tcwg-binutils tcwg-binutils-testing: Add debug messages.
Add "BUILD STARTED/BUILD FINISHED" messages to help check if these builds overlap with other jobs. Change-Id: I0dc0947fffce84bcd0c4b0ba7c74899f2249bb79
Diffstat (limited to 'tcwg-binutils.yaml')
-rw-r--r--tcwg-binutils.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tcwg-binutils.yaml b/tcwg-binutils.yaml
index d97d1dcfb8..ff86482de8 100644
--- a/tcwg-binutils.yaml
+++ b/tcwg-binutils.yaml
@@ -106,6 +106,8 @@
cd build-$target
result=0
jobs=$(getconf _NPROCESSORS_ONLN)
+ echo BUILD STARTED $(date)
+
# If configure or build fails, the execution will stop
# because of 'set -e'. But for 'make check' we want to
# execute all the tests, and report if there were some
@@ -116,6 +118,9 @@
sums=`find . -name "*.sum"`
[ x"$sums" != x ] && egrep '^FAIL:|^XPASS:' $sums || true
[ x"$sums" != x ] && tail $sums
+
+ echo BUILD FINISHED $(date)
+
exit $result
publishers:
- email: