mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2025-12-20 04:30:09 +01:00
Rename integration tests python file
This commit is contained in:
parent
3247b511e2
commit
8e49826403
2 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ envs.set ('top_builddir', meson.build_root())
|
|||
envs.set ('top_srcdir', meson.source_root())
|
||||
|
||||
unittest_inspector = find_program('unittest_inspector.py')
|
||||
integration_tests = files('integration-test.py')
|
||||
integration_tests = files('integration_test.py')
|
||||
r = run_command(python3, unittest_inspector, integration_tests, check: true)
|
||||
unit_tests = r.stdout().strip().split('\n')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue