r44524 - /desktop/experimental/gtk+3.0/debian/rules

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Fri May 22 11:46:55 UTC 2015


Author: pochu
Date: Fri May 22 11:46:55 2015
New Revision: 44524

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44524
Log:
fix skipping expected test suite failure

Modified:
    desktop/experimental/gtk+3.0/debian/rules

Modified: desktop/experimental/gtk+3.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gtk%2B3.0/debian/rules?rev=44524&op=diff
==============================================================================
--- desktop/experimental/gtk+3.0/debian/rules	[utf-8] (original)
+++ desktop/experimental/gtk+3.0/debian/rules	[utf-8] Fri May 22 11:46:55 2015
@@ -154,7 +154,7 @@
 pre-build::
 	# Mark reftests with known failures as non-fatal
 	touch testsuite/reftests/style-properties-nth-child.ui.known_fail
-	touch testsuite/reftests/label-text-shadow-changes-modify-clip.ui
+	touch testsuite/reftests/label-text-shadow-changes-modify-clip.ui.known_fail
 	# So that gsettings can find the (uninstalled) gtk schemas
 	mkdir -p debian/build/glib-2.0/schemas/
 	cp gtk/org.gtk.* debian/build/glib-2.0/schemas/




More information about the pkg-gnome-commits mailing list