summaryrefslogtreecommitdiff
path: root/tcwg-llvm-release.sh
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-05-12 13:06:51 +0100
committerRenato Golin <renato.golin@linaro.org>2017-05-12 13:06:51 +0100
commita09c0b3d314858ec85702a68b0c172d14e2f5337 (patch)
tree0ae071cd747abe9c64376ec11e2f2a70c0698c29 /tcwg-llvm-release.sh
parent0fc9eb431a240d4cedca941c4583dfd2f83c8c1e (diff)
tcwg-llvm-release.sh: Use |& tee instead of >
Change-Id: Iada20b57de57c687ca1c4c155fe5d955246a5ccb
Diffstat (limited to 'tcwg-llvm-release.sh')
-rwxr-xr-xtcwg-llvm-release.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-llvm-release.sh b/tcwg-llvm-release.sh
index 18a3fea1..05d89445 100755
--- a/tcwg-llvm-release.sh
+++ b/tcwg-llvm-release.sh
@@ -158,7 +158,7 @@ cd "$WORKSPACE" && chmod +x $RELEASE_SCRIPT
# - we want to push the binary public on success or failre
result=0
(
- cd "$WORKSPACE" && ./$RELEASE_SCRIPT -release $RELEASE $RCCALL -triple $TARGET -j$BUILDJOBS > "$LOGBASE-release.$LOGEXT"
+ cd "$WORKSPACE" && ./$RELEASE_SCRIPT -release $RELEASE $RCCALL -triple $TARGET -j$BUILDJOBS |& tee "$LOGBASE-release.$LOGEXT"
) &
wait $! || result=$?