summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorChristian Goetze (CG) <cg@lindenlab.com>2010-09-14 13:40:09 -0700
committerChristian Goetze (CG) <cg@lindenlab.com>2010-09-14 13:40:09 -0700
commitb57ce686acf292ad71ab4979cd19d5b348077c1b (patch)
treee57d814c9dc24d2f7ea0d8165d1ea2de8b51057f /build.sh
parentc9c02d1236fde6a3fc647d2002959aad955c014c (diff)
Swap out the order of detecting build failure and grepping for teamcity test result errors
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 878aa45ce3..b2b0433d05 100755
--- a/build.sh
+++ b/build.sh
@@ -251,13 +251,13 @@ then
begin_section "Build$variant"
build_dir=`build_dir_$arch $variant`
build_dir_stubs="$build_dir/win_setup/$variant"
- tee -a $build_log < "$build_dir/build.log" | grep --line-buffered "^##teamcity"
if `cat "$build_dir/build_ok"`
then
echo so far so good.
else
record_failure "Parallel build of \"$variant\" failed."
fi
+ tee -a $build_log < "$build_dir/build.log" | grep --line-buffered "^##teamcity"
end_section "Build$variant"
done
end_section WaitParallel