[Initscripts-ng-commits] r779 - in /branches/insserv-1.11.9/debian: changelog run-testsuite

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Tue Jul 15 01:55:47 UTC 2008


Author: kelmo-guest
Date: Tue Jul 15 01:55:46 2008
New Revision: 779

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=779
Log:
Add an extra call to list_rclinks() in test_newbug_keepoldorder()
function of run-testsuite, after introducing the bug.

Modified:
    branches/insserv-1.11.9/debian/changelog
    branches/insserv-1.11.9/debian/run-testsuite

Modified: branches/insserv-1.11.9/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/branches/insserv-1.11.9/debian/changelog?rev=779&op=diff
==============================================================================
--- branches/insserv-1.11.9/debian/changelog (original)
+++ branches/insserv-1.11.9/debian/changelog Tue Jul 15 01:55:46 2008
@@ -37,8 +37,10 @@
   * Add 81_empty_stop_start_defaults_no_override.patch to avoid treating
     script with empty Default-{Start,Stop} LSB keywords as non-LSB scripts.
   * Refresh 31_debian_conf.patch.
-
- -- Kel Modderman <kel at otaku42.de>  Tue, 15 Jul 2008 11:01:25 +1000
+  * Add an extra call to list_rclinks() in test_newbug_keepoldorder()
+    function of run-testsuite, after introducing the bug.
+
+ -- Kel Modderman <kel at otaku42.de>  Tue, 15 Jul 2008 11:55:07 +1000
 
 insserv (1.11.0-9) unstable; urgency=low
 

Modified: branches/insserv-1.11.9/debian/run-testsuite
URL: http://svn.debian.org/wsvn/initscripts-ng/branches/insserv-1.11.9/debian/run-testsuite?rev=779&op=diff
==============================================================================
--- branches/insserv-1.11.9/debian/run-testsuite (original)
+++ branches/insserv-1.11.9/debian/run-testsuite Tue Jul 15 01:55:46 2008
@@ -885,6 +885,8 @@
 
 echo "info: calling insserv after introducing a bug in script needboth"
 insserv_reg needboth || true
+
+list_rclinks
 
 check_order S mountall needlocal
 check_order S mountall needremote




More information about the Initscripts-ng-commits mailing list