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

pere at alioth.debian.org pere at alioth.debian.org
Wed May 8 10:25:36 UTC 2013


Author: pere
Date: 2013-05-08 10:25:36 +0000 (Wed, 08 May 2013)
New Revision: 80023

Modified:
   branches/wheezy/debian-edu-config/debian/changelog
   branches/wheezy/debian-edu-config/testsuite/taskpkgs
Log:
Fix typo in error reporting in the taskpkgs testsuite check, and
add support for checking the Minimal profile there.

Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog	2013-05-08 09:19:43 UTC (rev 80022)
+++ branches/wheezy/debian-edu-config/debian/changelog	2013-05-08 10:25:36 UTC (rev 80023)
@@ -3,6 +3,8 @@
   [ Petter Reinholdtsen ]
   * Adjust ldap-client testsuite check to accept the new roaming
     workstation configuration.
+  * Fix typo in error reporting in the taskpkgs testsuite check, and
+    add support for checking the Minimal profile there.
 
  -- Petter Reinholdtsen <pere at debian.org>  Wed, 08 May 2013 11:17:25 +0200
 

Modified: branches/wheezy/debian-edu-config/testsuite/taskpkgs
===================================================================
--- branches/wheezy/debian-edu-config/testsuite/taskpkgs	2013-05-08 09:19:43 UTC (rev 80022)
+++ branches/wheezy/debian-edu-config/testsuite/taskpkgs	2013-05-08 10:25:36 UTC (rev 80023)
@@ -67,8 +67,11 @@
 	Sugar)
 	    check_installed_task education-desktop-sugar
 	    ;;
+	Minimal)
+	    check_installed_task education-networked
+	    ;;
 	*)
-	    error "unknown profile '$profile'"
+	    echo "error: $0: unknown profile '$profile'"
 	    ;;
     esac
 done




More information about the debian-edu-commits mailing list