[debian-edu-commits] r81585 - in branches/wheezy/debian-edu-config: debian testsuite

pere at alioth.debian.org pere at alioth.debian.org
Sat Jul 13 07:34:39 UTC 2013


Author: pere
Date: 2013-07-13 07:34:39 +0000 (Sat, 13 Jul 2013)
New Revision: 81585

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/testsuite/timezone
Log:
Adjust timesone test suite check to report the locale used when
detecting the incorrect time zone, to make it easier to
understand its reasoning.

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-07-12 21:02:14 UTC (rev 81584)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-07-13 07:34:39 UTC (rev 81585)
@@ -1,3 +1,12 @@
+debian-edu-config (1.709~svn81507) UNRELEASED; urgency=low
+
+  [ Petter Reinholdtsen ]
+  * Adjust timesone test suite check to report the locale used when
+    detecting the incorrect time zone, to make it easier to
+    understand its reasoning.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sat, 13 Jul 2013 09:33:40 +0200
+
 debian-edu-config (1.709~svn81506) wheezy-test; urgency=low
 
   [ Petter Reinholdtsen ]

Modified: branches/wheezy/debian-edu-config/testsuite/timezone
===================================================================
--- branches/wheezy/debian-edu-config/testsuite/timezone	2013-07-12 21:02:14 UTC (rev 81584)
+++ branches/wheezy/debian-edu-config/testsuite/timezone	2013-07-13 07:34:39 UTC (rev 81585)
@@ -98,6 +98,6 @@
     if [ unknown = "$localzone" ] ; then
 	echo "warning: Correct time zone for locale '$LOCALE' is not known."
     else
-	echo "error: $0: /etc/localtime is not equal to ($localzone), /etc/timezone is '$timezone'."
+	echo "error: $0: /etc/localtime for $LOCALE is not equal to ($localzone), /etc/timezone is '$timezone'."
     fi
 fi




More information about the debian-edu-commits mailing list