linux: Rename integration test script

Add the python suffix.
This commit is contained in:
Bastien Nocera 2021-09-07 11:28:33 +02:00
parent c4cf2e579c
commit 20cb2e9610
2 changed files with 1 additions and 1 deletions

View file

@ -123,7 +123,7 @@ if os_backend == 'linux' and gir_dep.found()
test(
'integration-test',
find_program('linux/integration-test'),
find_program('linux/integration-test.py'),
timeout: 120,
env: env,
)