bindings: python: tests: set the process name
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Tue, 6 Dec 2022 09:56:21 +0000 (10:56 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 9 Dec 2022 09:06:53 +0000 (10:06 +0100)
commit72bce4cd967c3c10503f1c5a4e7d530bb2f554d1
tree63290946495751396890ac48f53b2036351c19c6
parent3006d924e4561e5f12e122038a5e4e953260e6f2
bindings: python: tests: set the process name

When we run the test suite by calling the __main__ function of the module,
the name of the process as visible in the system becomes "python". Let's
set it to "python-gpiod" before running the tests. This way gpiosim will
name its configfs attributes appropriately.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/setup.py
bindings/python/tests/Makefile.am
bindings/python/tests/__main__.py
bindings/python/tests/procname/Makefile.am [new file with mode: 0644]
bindings/python/tests/procname/__init__.py [new file with mode: 0644]
bindings/python/tests/procname/ext.c [new file with mode: 0644]
configure.ac