[Initscripts-ng-commits] r760 - in /trunk/src/insserv/debian: changelog run-testsuite

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sun May 25 19:47:28 UTC 2008


Author: pere
Date: Sun May 25 19:47:28 2008
New Revision: 760

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=760
Log:
Made test_adding_start and test_adding_stop checks non-fatal for production builds, as this problem is no regression from earlier versions.

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

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=760&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Sun May 25 19:47:28 2008
@@ -1,4 +1,4 @@
-insserv (1.11.0-9) UNRELEASED; urgency=low
+insserv (1.11.0-9) unstable; urgency=low
 
   [ Petter Reinholdtsen ]
   * New test case to demonstrate the bug reported in #477415.
@@ -44,7 +44,11 @@
     modifies on disk configuration. Give test_adding_start and
     test_adding_stop test script unique names.
 
- -- Kel Modderman <kel at otaku42.de>  Wed, 21 May 2008 17:02:00 +1000
+  [ Petter Reinholdtsen ]
+  * Made test_adding_start and test_adding_stop checks non-fatal for
+    production builds, as this problem is no regression from earlier versions.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sun, 25 May 2008 21:46:04 +0200
 
 insserv (1.11.0-8) unstable; urgency=low
 

Modified: trunk/src/insserv/debian/run-testsuite
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/run-testsuite?rev=760&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Sun May 25 19:47:28 2008
@@ -1011,7 +1011,7 @@
 check_script_present 0 addstartscript
 
 check_script_not_present S addstartscript
-check_script_not_present 1 addstartscript
+${severity}_script_not_present 1 addstartscript
 check_script_not_present 2 addstartscript
 check_script_not_present 3 addstartscript
 check_script_not_present 4 addstartscript
@@ -1065,7 +1065,7 @@
 list_rclinks
 
 check_script_present S addstopscript
-check_script_not_present 0 addstopscript
+${severity}_script_not_present 0 addstopscript
 check_script_not_present 1 addstopscript
 check_script_not_present 2 addstopscript
 check_script_not_present 3 addstopscript




More information about the Initscripts-ng-commits mailing list