mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-05-06 09:08:05 +02:00
meson: Allow unittest inspector to fail
It is only used to make the test output nicer, and it is completely fine to fail. Closes: #187
This commit is contained in:
parent
017ac33d58
commit
aa646fa0ca
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ if os_backend == 'linux' and gobject_introspection.found()
|
|||
|
||||
python3 = find_program('python3')
|
||||
unittest_inspector = find_program('linux/unittest_inspector.py')
|
||||
r = run_command(unittest_inspector, files('linux/integration-test.py'), check: true)
|
||||
r = run_command(unittest_inspector, files('linux/integration-test.py'), check: false)
|
||||
unit_tests = r.stdout().strip().split('\n')
|
||||
|
||||
foreach ut: unit_tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue