Author: sebor
Date: Sun Mar 30 10:11:30 2008
New Revision: 642778
URL: http://svn.apache.org/viewvc?rev=642778&view=rev
Log:
2008-03-30 Martin Sebor <[EMAIL PROTECTED]>
* bin/genxviews (process_results): Removed stderr output
for missing logs to reduce cron noise.
Modified:
stdcxx/trunk/bin/genxviews
Modified: stdcxx/trunk/bin/genxviews
URL:
http://svn.apache.org/viewvc/stdcxx/trunk/bin/genxviews?rev=642778&r1=642777&r2=642778&view=diff
==============================================================================
--- stdcxx/trunk/bin/genxviews (original)
+++ stdcxx/trunk/bin/genxviews Sun Mar 30 10:11:30 2008
@@ -246,8 +246,7 @@
duration=`expr \( $(date +%M) \* 60 \) + $(date +%S)`
if [ "$buildlogs" = "" ]; then
- echo "$myname: no logs for $compiler on $osname/$arch." >&2
-
+ # format missing logs in italics
output " <td><i>$xfile</i></td>"
else
if [ $verbose -ne 0 ]; then