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

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sun May 18 11:12:34 UTC 2008


Author: pere
Date: Sun May 18 11:12:34 2008
New Revision: 740

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=740
Log:
Not sure if duplicate proivdes should give error or not.  Making a non-fatal for production builds.

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=740&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Sun May 18 11:12:34 2008
@@ -989,7 +989,8 @@
 ##########################################################################
 test_duplicate_provides() {
 echo
-echo "info: test two initscripts providing same facility"
+echo "info: test two initscripts providing same facility."
+echo "info: Not sure if this should fail or not."
 echo
 rm -rf $initddir
 mkdir -p $initddir
@@ -1018,7 +1019,7 @@
 
 list_rclinks
 
-check_script_not_present S two
+${severity}_script_not_present S two
 }
 ##########################################################################
 test_bogus_facility() {




More information about the Initscripts-ng-commits mailing list