[Bug 41448] Installing unit tests

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Oct 13 13:11:02 CEST 2011


https://bugs.freedesktop.org/show_bug.cgi?id=41448

--- Comment #5 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2011-10-13 04:11:01 PDT ---
(In reply to comment #4)
> > AM_PATH_PYTHON sets $(PYTHON). In Gabble only, $(TEST_PYTHON) is also relevant.
> 
> Really? A few scripts start with the shebang #!/usr/bin/python, e.g.
> tools/glib-ginterface-gen.py

If they're run like "$(PYTHON) $(top_srcdir)/tools/glib-ginterface-gen.py" by
the Makefile.am, then it doesn't matter what the shebang says, and they needn't
be executable (although it's useful to have the shebang and +x as documentation
that the file is intended to be run directly, and as a hint to
syntax-highlighting text editors).

If they're run like "$(top_srcdir)/tools/glib-ginterface-gen.py" by the
Makefile.am, then that's a bug.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.



More information about the telepathy-bugs mailing list