[debian-edu-commits] debian-edu/ 01/02: More debug info in the test script.
Petter Reinholdtsen
pere at moszumanska.debian.org
Wed Aug 13 16:19:29 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 2fe5b33426e5d3a67cb0746de25ebaa281daaec7
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Mon Jul 28 14:00:31 2014 +0200
More debug info in the test script.
---
debian/tests/test-metapkgs | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/tests/test-metapkgs b/debian/tests/test-metapkgs
index 270c204..7293c7f 100644
--- a/debian/tests/test-metapkgs
+++ b/debian/tests/test-metapkgs
@@ -3,6 +3,7 @@ set -e
at_exit() {
for m in $umount ; do
+ echo info: umounting "$m"
umount "$m"
done
}
@@ -21,8 +22,6 @@ chroot_test() {
mount -t sysfs sysfs $target/sys
umount="$target/proc $target/sys"
-
-
# The bless script is not yet part of any binary package
apt-get source debian-edu-config 2>&1
cp debian-edu-config-*/share/debian-edu-config/tools/debian-edu-bless \
@@ -46,6 +45,10 @@ chroot_test() {
LC_ALL=C
export LC_ALL
+echo "info: File system status (/proc/mounts):"
+cat /proc/mounts
+echo
+
# First a simple test
PROFILE=Minimal chroot_test
--
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