diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-07-14 05:20:14 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-07-14 05:20:14 +0000 |
commit | 7221f500f53591f980fbb2368c7eaa7f9beb6f27 (patch) | |
tree | faf9cbd82cd3c80a161a389b6b3c51579f1ef31a /tests/thread-test.c | |
parent | b36f775177312005c2dbce8eb4eb8cbe75abf877 (diff) | |
download | glib-7221f500f53591f980fbb2368c7eaa7f9beb6f27.tar.gz |
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.
Diffstat (limited to 'tests/thread-test.c')
-rw-r--r-- | tests/thread-test.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/thread-test.c b/tests/thread-test.c index 47b030bbb..63f7e02be 100644 --- a/tests/thread-test.c +++ b/tests/thread-test.c @@ -374,15 +374,10 @@ void run_all_tests() { test_g_mutex (); - g_print ("."); test_g_static_rec_mutex (); - g_print ("."); test_g_static_private (); - g_print ("."); test_g_static_rw_lock (); - g_print ("."); test_g_thread_once (); - g_print ("."); } int @@ -401,7 +396,6 @@ main (int argc, g_thread_use_default_impl = FALSE; run_all_tests (); - g_print ("\n"); #endif return 0; |