[Initscripts-ng-commits] r1115 - in /trunk/src/insserv/debian: changelog tests/ tests/control tests/testsuite

pere at users.alioth.debian.org pere at users.alioth.debian.org
Thu Apr 17 12:24:07 UTC 2014


Author: pere
Date: Thu Apr 17 12:24:07 2014
New Revision: 1115

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=1115
Log:
Add autopkgtest self test code using the test suite executed at build
time.

Added:
    trunk/src/insserv/debian/tests/
    trunk/src/insserv/debian/tests/control
    trunk/src/insserv/debian/tests/testsuite   (with props)
Modified:
    trunk/src/insserv/debian/changelog

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=1115&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog	(original)
+++ trunk/src/insserv/debian/changelog	Thu Apr 17 12:24:07 2014
@@ -3,6 +3,8 @@
   * Add 200_hide_insserv_on_ubuntu.patch to make sure insserv isn't in
     the default PATH, and break sysv-rc (<< 2.88dsf-53) to ensure a new version
     of sysvinit is used with this version of the insserv package.
+  * Add autopkgtest self test code using the test suite executed at build
+    time.
 
  -- Petter Reinholdtsen <pere at debian.org>  Wed, 16 Apr 2014 23:56:00 +0200
 

Added: trunk/src/insserv/debian/tests/control
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/tests/control?rev=1115&op=file
==============================================================================
--- trunk/src/insserv/debian/tests/control	(added)
+++ trunk/src/insserv/debian/tests/control	Thu Apr 17 12:24:07 2014
@@ -0,0 +1,3 @@
+Tests: testsuite
+Restrictions: allow-stderr
+Depends: @

Added: trunk/src/insserv/debian/tests/testsuite
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/tests/testsuite?rev=1115&op=file
==============================================================================
--- trunk/src/insserv/debian/tests/testsuite	(added)
+++ trunk/src/insserv/debian/tests/testsuite	Thu Apr 17 12:24:07 2014
@@ -0,0 +1,7 @@
+#!/bin/sh
+set -e
+# Run test suite using the installed startpar binary
+insserv=/usr/lib/insserv/insserv
+export insserv
+
+debian/run-testsuite

Propchange: trunk/src/insserv/debian/tests/testsuite
------------------------------------------------------------------------------
    svn:executable = *




More information about the Initscripts-ng-commits mailing list