mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-08 07:48:05 +02:00
Respect $PYTHON for running the test suite
On systems which have an older (< 2.7) Python by default, this allows you to run make check under PYTHON=python2.7.
This commit is contained in:
parent
958bb53105
commit
62024c49c8
1 changed files with 1 additions and 1 deletions
|
|
@ -127,7 +127,7 @@ if UP_BUILD_TESTS
|
|||
DBUS_LAUNCH=$(shell which dbus-launch)
|
||||
|
||||
check-local: upowerd
|
||||
env top_builddir=$(top_builddir) $(DBUS_LAUNCH) $(srcdir)/linux/integration-test -v
|
||||
env top_builddir=$(top_builddir) $(DBUS_LAUNCH) $${PYTHON:-python} $(srcdir)/linux/integration-test -v
|
||||
endif
|
||||
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue