NetworkManager/clients/tests
Thomas Haller ea1830a429 clients/tests: add extra_env argument to call_nmcli()
This is purely for (manual) printf debugging. Hence, it is unused in the commited code.
The point is, to add printf statements to nmcli or libnm, like

  if (getenv ("MY_HACK1")) { ...

and trigger it from test-client.py via

  self.call_nmcli(..., extra_env = { 'MY_HACK1': '1' } )
2018-05-24 16:40:17 +02:00
..
test-client.check-on-disk clients/tests: add extra_env argument to call_nmcli() 2018-05-24 16:40:17 +02:00
test-client.py clients/tests: add extra_env argument to call_nmcli() 2018-05-24 16:40:17 +02:00