[telepathy-glib-0.20] telepathy-glib: Make tool tests executable rather than putting sh in TESTS_ENVIRONMENT

Simon McVittie smcv at kemper.freedesktop.org
Thu Jun 20 07:41:54 PDT 2013


Module: telepathy-glib
Branch: telepathy-glib-0.20
Commit: a9ea7a2170d5f0cd4a9aef4bb85655b5e4e181ee
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=a9ea7a2170d5f0cd4a9aef4bb85655b5e4e181ee

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Fri Jun  7 17:14:11 2013 +0100

Make tool tests executable rather than putting sh in TESTS_ENVIRONMENT

This makes it possible to run the tool tests under the Automake 1.12+
parallel test harness, which is the default from 1.13 onwards.

Signed-off-by: Simon McVittie <simon.mcvittie at collabora.co.uk>
Reviewed-by: Xavier Claessens <xavier.claessens at collabora.co.uk>
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65517

---

 tests/tools/Makefile.am                   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/tools/Makefile.am b/tests/tools/Makefile.am
index f86d20d..4a7de16 100644
--- a/tests/tools/Makefile.am
+++ b/tests/tools/Makefile.am
@@ -16,7 +16,7 @@ TESTS_ENVIRONMENT = \
     PYTHON=$(PYTHON) \
     srcdir=$(srcdir) \
     top_srcdir=$(top_srcdir) \
-    sh
+    $(NULL)
 
 CLEANFILES = \
 	actual.h \
diff --git a/tests/tools/test-glib-gtypes-generator.sh b/tests/tools/test-glib-gtypes-generator.sh
old mode 100644
new mode 100755
diff --git a/tests/tools/test-gobject-foo.sh b/tests/tools/test-gobject-foo.sh
old mode 100644
new mode 100755



More information about the telepathy-commits mailing list