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

pere at users.alioth.debian.org pere at users.alioth.debian.org
Fri Jan 4 11:04:33 UTC 2008


Author: pere
Date: Fri Jan  4 11:04:33 2008
New Revision: 440

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=440
Log:
Include explanation in front of each tests 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=440&op=diff
==============================================================================
--- trunk/src/insserv/debian/run-testsuite (original)
+++ trunk/src/insserv/debian/run-testsuite Fri Jan  4 11:04:33 2008
@@ -59,6 +59,10 @@
 }
 trap on_exit EXIT # Enable cleanup handler
 
+echo
+echo "info: test normal boot sequence scripts, and their order"
+echo
+
 cat <<'EOF' > $insconf
 $local_fs       +mountall +umountfs
 $network        +networking +ifupdown
@@ -454,6 +458,10 @@
 # This make sense, as scripts need to be installed in dependency
 # order, and there is no way to install these scripts that make sure
 # both start and stop dependencies are fulfilled.
+echo
+echo "info: test handling of loops in the combination of start and stop sequences"
+echo
+
 rm -rf $initddir
 mkdir -p $initddir
 
@@ -485,6 +493,10 @@
 # Test another fake loop.  This one should work, as it is possible to
 # install the two scripts in sequence because one of the dependencies
 # are optional.  It does not with insserv today.
+echo
+echo "info: test handling of 'fake' loops in the combination of start and stop sequences"
+echo
+
 rm -rf $initddir
 mkdir -p $initddir
 
@@ -518,6 +530,10 @@
 # with insserv today.  Note thought that the generated order is
 # different from the one above.
 
+echo
+echo "info: test handling of 'fake' loops using reverse depends"
+echo
+
 rm -rf $initddir
 mkdir -p $initddir
 




More information about the Initscripts-ng-commits mailing list