[debian-edu-commits] debian-edu/ 01/01: Adjust test script to print a message when terminating normally.
Petter Reinholdtsen
pere at moszumanska.debian.org
Thu Aug 28 20:40:00 UTC 2014
This is an automated email from the git hooks/post-receive script.
pere pushed a commit to branch master
in repository debian-edu.
commit 9a9d0f8117583566ff54301e90199fd4d93d2ce9
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Thu Aug 28 22:39:57 2014 +0200
Adjust test script to print a message when terminating normally.
---
debian/changelog | 4 +++-
debian/tests/test-metapkgs | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 2eb1269..8d2ca1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,13 @@
debian-edu (1.723~0.git.2014-08-23) unstable; urgency=low
- [ Petter Reinholdtsen ]
* UNRELEASED - the debian-edu package is special, while it's unreleased it
has to have the right distro set in the distro field of the unreleased
changelog entry, so we add an extra paragraph like this one until it's
uploaded.
+ [ Petter Reinholdtsen ]
+ * Adjust test script to print a message when terminating normally.
+
[ Wolfgang Schweer ]
* Remove dnsutils from thinclient Depends. The package is now pulled in
by ltsp-client-core.
diff --git a/debian/tests/test-metapkgs b/debian/tests/test-metapkgs
index a20b880..ba9e039 100644
--- a/debian/tests/test-metapkgs
+++ b/debian/tests/test-metapkgs
@@ -2,6 +2,7 @@
set -e
at_exit() {
+ echo "info: terminating script"
for m in $umount ; do
echo info: umounting "$m"
umount "$m"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu.git
More information about the debian-edu-commits
mailing list