summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2010-11-03 14:53:29 -0400
committerOz Linden <oz@lindenlab.com>2010-11-03 14:53:29 -0400
commite2714252f34b02ee628fb1665dfa90b932fab2f7 (patch)
treef595c3d581624a434b77e1774b5c7f71aa79f8e4 /build.sh
parent5d7417b40ed8717b3f307ed9e53c249a3a26cf1b (diff)
parent9d97a16481528acbfa28f7681da68a6e485f9a22 (diff)
pull fix for STORM-422
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index b372168f98..f9c6beefed 100755
--- a/build.sh
+++ b/build.sh
@@ -228,7 +228,7 @@ do
fi
else
begin_section "Build$variant"
- build "$variant" "$build_dir" > "$build_log" 2>&1
+ build "$variant" "$build_dir" >> "$build_log" 2>&1
begin_section Tests
grep --line-buffered "^##teamcity" "$build_log"
end_section Tests