r23103 - in /desktop/experimental/glib2.0/debian: changelog rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Feb 23 17:42:22 UTC 2010


Author: pochu
Date: Tue Feb 23 17:42:16 2010
New Revision: 23103

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=23103
Log:
* debian/rules:
  - Make test suite failures fatal on amd64, i386 and s390.

Modified:
    desktop/experimental/glib2.0/debian/changelog
    desktop/experimental/glib2.0/debian/rules

Modified: desktop/experimental/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/changelog?rev=23103&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/changelog [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/changelog [utf-8] Tue Feb 23 17:42:16 2010
@@ -6,6 +6,8 @@
     - Added, don't look for an unexisting file in $HOME since it will
       fail with an unexpected result if it's not writable (which happens
       on some buildds). Look at $TMP instead.
+  * debian/rules:
+    - Make test suite failures fatal on amd64, i386 and s390.
 
  -- Emilio Pozuelo Monfort <pochu at debian.org>  Mon, 22 Feb 2010 17:50:16 +0100
 

Modified: desktop/experimental/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/glib2.0/debian/rules?rev=23103&op=diff
==============================================================================
--- desktop/experimental/glib2.0/debian/rules [utf-8] (original)
+++ desktop/experimental/glib2.0/debian/rules [utf-8] Tue Feb 23 17:42:16 2010
@@ -62,11 +62,8 @@
 # list of flavors to run the test suite on
 CHECK_FLAVORS := $(filter deb, $(FLAVORS))
 
-# list of arches on which testsuite failures are fatal
-# XXX testsuite failures currently disabled as testsuite fails everywhere when
-# $HOME isn't writable
-CHECK_SUPPORTED_ARCHES :=
-# CHECK_SUPPORTED_ARCHES := alpha amd64 i386 ia64 lpia m68k s390
+CHECK_SUPPORTED_ARCHES := amd64 i386 s390
+# CHECK_SUPPORTED_ARCHES := alpha ia64 lpia m68k
 # testsuite is known to fail on hppa, hurd, kfreebsd-amd64, kfreebsd-i386; see
 # Debian #428674
 # testsuite is known to fail on arm, mips, mipsel, powerpc, sparc; see GNOME #481573




More information about the pkg-gnome-commits mailing list