List:Commits« Previous MessageNext Message »
From:Hakan Kuecuekyilmaz Date:September 4 2008 2:21pm
Subject:bzr commit into mysql-falcon branch (hky:248)
View as plain text  
#At bzr+ssh://bk-internal.mysql.com/bzrroot/mysql-falcon/

  248 Hakan Kuecuekyilmaz	2008-09-04
      Separated log messages into [ERROR] and [INFO] parts.
modified:
  weekly_falcon_test_overview/wait_and_shutdown.bat
  weekly_falcon_test_overview/weekly_test_overview.sh

=== modified file 'weekly_falcon_test_overview/wait_and_shutdown.bat'
--- a/weekly_falcon_test_overview/wait_and_shutdown.bat	2008-06-19 14:57:35 +0000
+++ b/weekly_falcon_test_overview/wait_and_shutdown.bat	2008-09-04 14:21:32 +0000
@@ -18,7 +18,7 @@ REM
 REM Variables.
 REM
 SET HOST_NAME=win64
-REM Wait for 5 hours *2 due to "sleep".
+REM Wait for 5 hours *2 due to "sleep 30".
 SET /a UNTIL=5 * 60 * 60 * 2
 
 REM

=== modified file 'weekly_falcon_test_overview/weekly_test_overview.sh'
--- a/weekly_falcon_test_overview/weekly_test_overview.sh	2008-07-21 14:48:14 +0000
+++ b/weekly_falcon_test_overview/weekly_test_overview.sh	2008-09-04 14:21:32 +0000
@@ -80,9 +80,9 @@ if [ -a $CONTROL ]; then
     apply_patches > $BUILD_LOG'_debug.log' 2>&1
     BUILD/$DEBUG_BUILD >> $BUILD_LOG'_debug.log' 2>&1
     if [ $? != 0 ]; then
-        echo "$DEBUG_BUILD failed!"
+        echo "[ERROR] $DEBUG_BUILD failed!"
     else
-        echo "$DEBUG_BUILD was successful!"
+        echo "[INFO] $DEBUG_BUILD was successful!"
     fi
 
     cd $TEST_DIR
@@ -97,9 +97,9 @@ if [ -a $CONTROL ]; then
     BUILD/$OPT_BUILD > $BUILD_LOG'_opt.log' 2>&1
     # Do we have a successful build?
     if [ $? != 0 ]; then
-        echo "$OPT_BUILD failed!"
+        echo "[ERROR] $OPT_BUILD failed!"
     else
-        echo "$OPT_BUILD was successful!"
+        echo "[INFO] $OPT_BUILD was successful!"
     fi
 
     cd $TEST_DIR
@@ -110,7 +110,7 @@ if [ -a $CONTROL ]; then
     fi
 else
     TIMESTAMP=$(date +%Y-%m-%d)
-    echo 'Clone on file server was not scucessful.' > $WORK/$LOG_SUFFIX-$TIMESTAMP.done
+    echo '[ERROR] Clone on file server was not scucessful.' > $WORK/$LOG_SUFFIX-$TIMESTAMP.done
 fi
 
 TIMESTAMP=$(date +%Y-%m-%d)

Thread
bzr commit into mysql-falcon branch (hky:248) Hakan Kuecuekyilmaz4 Sep