Bug 259334 [releng] add css and test features to the download page
diff --git a/org.eclipse.e4.builder/scripts/runBuild.sh b/org.eclipse.e4.builder/scripts/runBuild.sh
index 85e5dee..c84d464 100755
--- a/org.eclipse.e4.builder/scripts/runBuild.sh
+++ b/org.eclipse.e4.builder/scripts/runBuild.sh
@@ -154,7 +154,9 @@
 
 cp $supportDir/org.eclipse.e4.builder/builder/general/tests/* .
 
-./runtests -os linux -ws gtk -arch ${arch} e4
+./runtests -os linux -ws gtk \
+  -arch ${arch} e4 \
+  2>&1 | tee /shared/eclipse/e4/logs/buildlog_${builddate}${buildtime}.txt
 
 mkdir -p $buildDirectory/I$buildTimestamp/results
 cp -r results/* $buildDirectory/I$buildTimestamp/results
diff --git a/org.eclipse.e4.builder/templates/build.index.html b/org.eclipse.e4.builder/templates/build.index.html
index 70826b3..0286121 100644
--- a/org.eclipse.e4.builder/templates/build.index.html
+++ b/org.eclipse.e4.builder/templates/build.index.html
@@ -66,6 +66,7 @@
 				<ul class="midlist">
 
 				<li><a href="compilelogs.html">View the <b>compile logs</b> for the current build.</a></li>
+				<li><a href="buildlog.txt">View the <b>build logs</b> for the current build.</a></li>
 				
 				<li><a title="Test results have failures" href="testResults.html">View the <b><font color="#FF0000">test results</font></b> for the current build.</a></li>
 <!--<li><a href="performance/performance.php">View the <b>performance results</b> for the current build.</a></li> -->