diff options
Diffstat (limited to 'meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch')
-rw-r--r-- | meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch b/meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch index f5c18c5828..fef82eaf92 100644 --- a/meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch +++ b/meta/recipes-graphics/clutter/clutter-1.0/run-installed-tests-with-tap-output.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 668e1d14af13249384ab324c7d79ec4147f07e48 Mon Sep 17 00:00:00 2001 | 1 | From d6ceb5a44b28e0e50ede22b84984d8516897de4b Mon Sep 17 00:00:00 2001 |
2 | From: Jussi Kukkonen <jussi.kukkonen@intel.com> | 2 | From: Jussi Kukkonen <jussi.kukkonen@intel.com> |
3 | Date: Mon, 27 Apr 2015 20:12:33 +0300 | 3 | Date: Mon, 27 Apr 2015 20:12:33 +0300 |
4 | Subject: [PATCH] Run installed tests with tap output | 4 | Subject: [PATCH] Run installed tests with tap output |
@@ -9,14 +9,15 @@ gnome-desktop-testing-runner properly interprets the results. | |||
9 | Upstream-Status: Pending | 9 | Upstream-Status: Pending |
10 | 10 | ||
11 | Signed-off-by: Tim Orling <TicoTimo@gmail.com> | 11 | Signed-off-by: Tim Orling <TicoTimo@gmail.com> |
12 | |||
12 | --- | 13 | --- |
13 | build/autotools/glib-tap.mk | 3 ++- | 14 | build-aux/autotools/glib-tap.mk | 3 ++- |
14 | 1 file changed, 2 insertions(+), 1 deletion(-) | 15 | 1 file changed, 2 insertions(+), 1 deletion(-) |
15 | 16 | ||
16 | diff --git a/build/autotools/glib-tap.mk b/build/autotools/glib-tap.mk | 17 | diff --git a/build-aux/autotools/glib-tap.mk b/build-aux/autotools/glib-tap.mk |
17 | index 7c5f82b..844e17e 100644 | 18 | index a4f0dad..51cfa31 100644 |
18 | --- a/build/autotools/glib-tap.mk | 19 | --- a/build-aux/autotools/glib-tap.mk |
19 | +++ b/build/autotools/glib-tap.mk | 20 | +++ b/build-aux/autotools/glib-tap.mk |
20 | @@ -127,7 +127,8 @@ installed_test_meta_DATA = $(installed_testcases:=.test) | 21 | @@ -127,7 +127,8 @@ installed_test_meta_DATA = $(installed_testcases:=.test) |
21 | %.test: %$(EXEEXT) Makefile | 22 | %.test: %$(EXEEXT) Makefile |
22 | $(AM_V_GEN) (echo '[Test]' > $@.tmp; \ | 23 | $(AM_V_GEN) (echo '[Test]' > $@.tmp; \ |
@@ -27,6 +28,3 @@ index 7c5f82b..844e17e 100644 | |||
27 | mv $@.tmp $@) | 28 | mv $@.tmp $@) |
28 | 29 | ||
29 | CLEANFILES += $(installed_test_meta_DATA) | 30 | CLEANFILES += $(installed_test_meta_DATA) |
30 | -- | ||
31 | 2.1.4 | ||
32 | |||