NetworkManager/clients
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
..
cli cli: use macro for list of argument for NmcMetaGenericInfo.get_fcn() 2018-05-14 17:53:03 +02:00
common clients/common: add nmc_objects_sort_by_path() helper 2018-05-14 17:53:03 +02:00
tests clients/tests: add extra_env argument to call_nmcli() 2018-05-24 16:40:17 +02:00
tui all: use the elvis operator wherever possible 2018-05-10 14:36:58 +02:00
meson.build build/meson: use variables for ldflags and linker-script 2018-01-11 12:46:01 +01:00
nm-online.c all: require glib 2.40 2018-01-18 11:45:36 +01:00