mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-01-07 08:50:16 +01:00
Disabled launch helper activation tests on windows.
Launch helper application isn't supported on windows yet.
This commit is contained in:
parent
152fa9c7f0
commit
755fc64ea4
1 changed files with 4 additions and 0 deletions
|
|
@ -4698,6 +4698,9 @@ bus_dispatch_test (const DBusString *test_data_dir)
|
|||
"valid-config-files/debug-allow-all.conf", FALSE))
|
||||
return FALSE;
|
||||
|
||||
#ifdef DBUS_WIN
|
||||
_dbus_warn("Info: Launch helper activation tests skipped because launch-helper is not supported yet\n");
|
||||
#else
|
||||
/* run launch-helper activation tests */
|
||||
_dbus_verbose ("Launch helper activation tests\n");
|
||||
if (!bus_dispatch_test_conf (test_data_dir,
|
||||
|
|
@ -4708,6 +4711,7 @@ bus_dispatch_test (const DBusString *test_data_dir)
|
|||
if (!bus_dispatch_test_conf_fail (test_data_dir,
|
||||
"valid-config-files-system/debug-allow-all-fail.conf"))
|
||||
return FALSE;
|
||||
#endif
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue