mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
More !srcdir build fixes
This commit is contained in:
parent
d8d1a02c55
commit
159f533abf
@ -135,7 +135,7 @@ test_introspection_parser (void)
|
||||
*/
|
||||
usleep (500 * 1000);
|
||||
/* this is safe; testserver will exit once the bus goes away */
|
||||
g_assert (g_spawn_command_line_async ("./gdbus-testserver.py", NULL));
|
||||
g_assert (g_spawn_command_line_async (SRCDIR "/gdbus-testserver.py", NULL));
|
||||
|
||||
g_main_loop_run (loop);
|
||||
|
||||
|
@ -507,7 +507,7 @@ main (int argc,
|
||||
usleep (500 * 1000);
|
||||
|
||||
/* this is safe; testserver will exit once the bus goes away */
|
||||
g_assert (g_spawn_command_line_async ("./gdbus-testserver.py", NULL));
|
||||
g_assert (g_spawn_command_line_async (SRCDIR "/gdbus-testserver.py", NULL));
|
||||
|
||||
/* wait for the service to come up */
|
||||
usleep (500 * 1000);
|
||||
|
Loading…
Reference in New Issue
Block a user