aboutsummaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2016-10-26 12:05:43 +0100
committerRenato Golin <renato.golin@linaro.org>2016-10-26 12:05:43 +0100
commit36349179f5499a28f8cbca7628075b1075e62e33 (patch)
tree5a812b835acc1930f566e3634e0746b97884625d /helpers
parentddb253272ce266104f4a4e4eb4a4db21d0d2dcfb (diff)
[cron] add -v to make better logs
Change-Id: Ic0fe5d2af95bb2a91ab7943d94cce675264b94f3
Diffstat (limited to 'helpers')
-rwxr-xr-xhelpers/llvm-cron-build2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/llvm-cron-build b/helpers/llvm-cron-build
index 114c1ae..6a317db 100755
--- a/helpers/llvm-cron-build
+++ b/helpers/llvm-cron-build
@@ -78,6 +78,6 @@ safe_run llvm-projs rt >> "$log" 2>&1
# Pull recent changes
safe_run llvm-sync >> "$log" 2>&1
# Call llvm-build (no tests wanted)
-env CC="$CC" CXX="$CXX" CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" llvm-build >> "$log" 2>&1
+env CC="$CC" CXX="$CXX" CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" llvm-build -v >> "$log" 2>&1
echo "Finish date: $(date)" >> "$log"