cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] ccvs/src ChangeLog sanity.sh


From: Derek Robert Price
Subject: [Cvs-cvs] ccvs/src ChangeLog sanity.sh
Date: Mon, 01 May 2006 18:46:31 +0000

CVSROOT:        /cvsroot/cvs
Module name:    ccvs
Branch:         
Changes by:     Derek Robert Price <address@hidden>     06/05/01 18:46:30

Modified files:
        src            : ChangeLog sanity.sh 

Log message:
        * sanitys.sh: Change some "Notice:" headers and all "Warning:" headers
        to "WARNING:" for consistency.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/ChangeLog.diff?tr1=1.3386&tr2=1.3387&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/cvs/ccvs/src/sanity.sh.diff?tr1=1.1133&tr2=1.1134&r1=text&r2=text

Patches:
Index: ccvs/src/ChangeLog
diff -u ccvs/src/ChangeLog:1.3386 ccvs/src/ChangeLog:1.3387
--- ccvs/src/ChangeLog:1.3386   Sat Apr 29 01:12:08 2006
+++ ccvs/src/ChangeLog  Mon May  1 18:46:30 2006
@@ -1,3 +1,8 @@
+2006-05-01  Derek Price  <address@hidden>
+
+       * sanitys.sh: Change some "Notice:" headers and all "Warning:" headers
+       to "WARNING:" for consistency.
+
 2006-04-28  Derek Price  <address@hidden>
 
        * sanity.sh: Handle GPG secret key import errors.
Index: ccvs/src/sanity.sh
diff -u ccvs/src/sanity.sh:1.1133 ccvs/src/sanity.sh:1.1134
--- ccvs/src/sanity.sh:1.1133   Sat Apr 29 01:12:08 2006
+++ ccvs/src/sanity.sh  Mon May  1 18:46:30 2006
@@ -876,9 +876,9 @@
     fi
   done
   if test -n "$TOOL"; then
-    echo "Notice: The default version of $dTn (\`$default_TOOL')" >>$LOGFILE
+    echo "WARNING: The default version of $dTn (\`$default_TOOL')" >>$LOGFILE
     echo "is defective.  Using \`$TOOL' and hoping for the best." >>$LOGFILE
-    echo "Notice: The default version of $dTn (\`$default_TOOL')" >&2
+    echo "WARNING: The default version of $dTn (\`$default_TOOL')" >&2
     echo "is defective.  Using \`$TOOL' and hoping for the best." >&2
     echo $TOOL
   else
@@ -1009,7 +1009,7 @@
 if $expr 'a
 b' : 'a
 c' >/dev/null; then
-  echo 'Warning: you are using a version of expr that does not correctly'
+  echo 'WARNING: you are using a version of expr that does not correctly'
   echo 'match multi-line patterns.  Some tests may spuriously pass or fail.'
   echo 'You may wish to make sure GNU expr is in your path.'
   return 1
@@ -1035,13 +1035,13 @@
 if $expr "`cat ${TESTDIR}/bar`" : "`cat ${TESTDIR}/bar`" >/dev/null; then
   : good, it works
 else
-  echo 'Warning: you are using a version of expr that does not correctly'
+  echo 'WARNING: you are using a version of expr that does not correctly'
   echo 'match large patterns.  Some tests may spuriously pass or fail.'
   echo 'You may wish to make sure GNU expr is in your path.'
   return 1
 fi
 if $expr "`cat ${TESTDIR}/bar`x" : "`cat ${TESTDIR}/bar`y" >/dev/null; then
-  echo 'Warning: you are using a version of expr that does not correctly'
+  echo 'WARNING: you are using a version of expr that does not correctly'
   echo 'match large patterns.  Some tests may spuriously pass or fail.'
   echo 'You may wish to make sure GNU expr is in your path.'
   return 1
@@ -1104,7 +1104,7 @@
   # good, it works
   return 0
 else
-  echo 'Warning: you are using a version of expr that does not correctly'
+  echo 'WARNING: you are using a version of expr that does not correctly'
   echo 'match large patterns.  Some tests may spuriously pass or fail.'
   echo 'You may wish to make sure GNU expr is in your path.'
   return 77
@@ -1193,7 +1193,7 @@
 {
 tr=$1
 if $EXPR `echo "123" | $tr '2' '\0'` : "123" >/dev/null 2>&1; then
-  echo 'Warning: you are using a version of tr which does not correctly'
+  echo 'WARNING: you are using a version of tr which does not correctly'
   echo 'handle NUL bytes.  Some tests may spuriously pass or fail.'
   echo 'You may wish to make sure GNU tr is in your path.'
   return 77
@@ -1217,7 +1217,7 @@
     rm -rf $TESTDIR/ls-test
 fi
 if $ls $TESTDIR/ls-test >/dev/null 2>&1; then
-  echo "Notice: \`$ls' is defective."
+  echo "WARNING: \`$ls' is defective."
   echo 'This is a version of ls which does not correctly'
   echo 'return false for files that do not exist. Some tests may'
   echo 'spuriously pass or fail.'
@@ -1247,7 +1247,7 @@
   return 0
 else
   rm abc
-  echo "Notice: awk BEGIN clause or printf is not be working properly."
+  echo "WARNING: awk BEGIN clause or printf is not be working properly."
   return 1
 fi
 }
@@ -1261,7 +1261,7 @@
 if $EXPR "`cat abc`" : "123" ; then
   : good, found it
 else
-  echo "Notice: awk format %c string may not be working properly."
+  echo "WARNING: awk format %c string may not be working properly."
   rm abc
   return 77
 fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]