[Initscripts-ng-commits] r564 - /trunk/src/insserv/debian/run-testsuite

pere at users.alioth.debian.org pere at users.alioth.debian.org
Wed Jan 30 13:59:12 UTC 2008


Author: pere
Date: Wed Jan 30 13:59:12 2008
New Revision: 564

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=564
Log:
Correct test output.

Modified:
    trunk/src/insserv/debian/run-testsuite

Modified: trunk/src/insserv/debian/run-testsuite
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/run-testsuite?rev=564&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Wed Jan 30 13:59:12 2008
@@ -3,7 +3,7 @@
 basedir=$(dirname $0)
 . $basedir/testsuite-common
 
-if head -1 debian/changelog | grep UNRELEASED ; then
+if head -1 debian/changelog | grep -q UNRELEASED ; then
     severity=check
 else
     severity=test
@@ -547,6 +547,7 @@
 
 echo
 echo "info: test handling of 'fake' loops using reverse depends"
+echo "warning: This test should be fatal, but is non-fatal until a fix is found."
 echo
 
 rm -rf $initddir
@@ -648,7 +649,6 @@
 
 echo
 echo "info: test if script removal removes all symlinks."
-echo "warning: This test should be fatal, but is non-fatal until a fix is found."
 echo
 # This test check that the common way to update the runlevels used by
 # a given script is working.  It simulates these calls to update-rc.d:




More information about the Initscripts-ng-commits mailing list