mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
Use the C gdbus-testserver in tests
This commit is contained in:
@@ -587,7 +587,7 @@ main (int argc,
|
||||
session_bus_up ();
|
||||
|
||||
/* this is safe; testserver will exit once the bus goes away */
|
||||
g_assert (g_spawn_command_line_async (SRCDIR "/gdbus-testserver.py", NULL));
|
||||
g_assert (g_spawn_command_line_async (SRCDIR "/gdbus-testserver", NULL));
|
||||
|
||||
/* wait for the service to come up */
|
||||
usleep (500 * 1000);
|
||||
|
Reference in New Issue
Block a user