mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-27 17:52:58 +02:00
Make the tests silent on success.
2005-07-14 Matthias Clasen <mclasen@redhat.com> * tests/spawn-test.c: * tests/uri-test.c: * tests/thread-test.c: * tests/queue-test.c: * tests/mainloop-test.c: * tests/iochannel-test.c: * tests/gio-test.c: * tests/child-test.c: Make the tests silent on success.
This commit is contained in:
committed by
Matthias Clasen
parent
b36f775177
commit
7221f500f5
@@ -176,7 +176,9 @@ adder_thread (gpointer data)
|
||||
|
||||
g_main_loop_unref (addr_data.loop);
|
||||
|
||||
#ifdef VERBOSE
|
||||
g_print ("Timeout run %d times\n", addr_data.count);
|
||||
#endif
|
||||
|
||||
g_mutex_lock (context_array_mutex);
|
||||
g_ptr_array_remove (context_array, context);
|
||||
|
Reference in New Issue
Block a user