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

pere at alioth.debian.org pere at alioth.debian.org
Tue Apr 23 06:00:19 UTC 2013


Author: pere
Date: 2013-04-23 06:00:19 +0000 (Tue, 23 Apr 2013)
New Revision: 79743

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/testsuite/rdp-server
Log:
Correct rdp-server testsuite check to only run on Thin Client
Servers, not Main Servers.  I used the wrong condition originally.

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-04-23 04:57:44 UTC (rev 79742)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-04-23 06:00:19 UTC (rev 79743)
@@ -1,3 +1,10 @@
+debian-edu-config (1.704~svn79734) UNRELEASED; urgency=low
+
+  * Correct rdp-server testsuite check to only run on Thin Client
+    Servers, not Main Servers.  I used the wrong condition originally.
+
+ -- Petter Reinholdtsen <pere at debian.org>  Tue, 23 Apr 2013 07:59:51 +0200
+
 debian-edu-config (1.704~svn79733) wheezy-test; urgency=low
 
   [ Wolfgang Schweer ]

Modified: branches/wheezy/debian-edu-config/testsuite/rdp-server
===================================================================
--- branches/wheezy/debian-edu-config/testsuite/rdp-server	2013-04-23 04:57:44 UTC (rev 79742)
+++ branches/wheezy/debian-edu-config/testsuite/rdp-server	2013-04-23 06:00:19 UTC (rev 79743)
@@ -8,8 +8,8 @@
     . /etc/debian-edu/config
 fi
 
-# Only Main-Server profiles provide RDP
-if echo "$PROFILE" | egrep -q 'Main-Server' ; then
+# Only Thin-Client-Server profiles provide RDP
+if echo "$PROFILE" | egrep -q 'Thin-Client-Server' ; then
     :
 else
     exit 0




More information about the debian-edu-commits mailing list