mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-05-06 12:38:14 +02:00
build: Use configured python program to run inspector
This commit is contained in:
parent
640a9f2609
commit
2af5179fc3
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ envs.set ('top_srcdir', meson.source_root())
|
|||
|
||||
python3 = find_program('python3')
|
||||
unittest_inspector = find_program('unittest_inspector.py')
|
||||
r = run_command(unittest_inspector, files('integration-test.py'), check: true)
|
||||
r = run_command(python3, unittest_inspector, files('integration-test.py'), check: true)
|
||||
unit_tests = r.stdout().strip().split('\n')
|
||||
|
||||
foreach ut: unit_tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue