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

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sat Dec 29 16:42:14 UTC 2007


Author: pere
Date: Sat Dec 29 16:42:13 2007
New Revision: 326

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=326
Log:
  * Extended test suite with more tests.
  * Use local config file when running test suite.

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=326&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Sat Dec 29 16:42:13 2007
@@ -3,6 +3,8 @@
   * UNRELEASED.
   * Update patch 44_path_at_runtime to include support for -c to point
     to a local config file.  It is required for a proper test suite.
+  * Extended test suite with more tests.
+  * Use local config file when running test suite.
 
  -- Petter Reinholdtsen <pere at debian.org>  Sat, 29 Dec 2007 17:39:12 +0100
 

Modified: trunk/src/insserv/debian/run-testsuite
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/run-testsuite?rev=326&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Sat Dec 29 16:42:13 2007
@@ -4,6 +4,7 @@
 initddir=$tmpdir/init.d
 
 insserv=`pwd`/insserv
+insconf=`pwd`/insserv.conf
 
 retval=0
 
@@ -15,7 +16,7 @@
     script=$initddir/$1
     cat > $script
     chmod a+rx $script
-    $insserv $debug -p $initddir $script
+    $insserv $debug -c $insconf -p $initddir $script
 }
 
 check_order() {




More information about the Initscripts-ng-commits mailing list