
So that when the meson build does the template replacement, the generated file is also executable and can be used as Exec line in the test DBus service file. Fixes the 'test-stub' unit test in meson.
6 lines
219 B
Bash
Executable File
6 lines
219 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# For debugging behavior of test-modemmanager-service.py, you can modify
|
|
# this line to add --log-file option
|
|
GI_TYPELIB_PATH=@abs_top_builddir@/libmm-glib @abs_top_srcdir@/tools/test-modemmanager-service.py
|