All of lore.kernel.org
 help / color / mirror / Atom feed
* master - unit-tests: remove a couple of debug printfs
@ 2018-05-16  9:26 Joe Thornber
  0 siblings, 0 replies; only message in thread
From: Joe Thornber @ 2018-05-16  9:26 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=7c852c75c3b3e719d57d3410bf0c2a5e61d67f4e
Commit:        7c852c75c3b3e719d57d3410bf0c2a5e61d67f4e
Parent:        e296f784c974eaa76deb3af58baf79a70095b308
Author:        Joe Thornber <ejt@redhat.com>
AuthorDate:    Wed May 16 10:25:30 2018 +0100
Committer:     Joe Thornber <ejt@redhat.com>
CommitterDate: Wed May 16 10:25:30 2018 +0100

unit-tests: remove a couple of debug printfs

---
 test/unit/bcache_t.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/test/unit/bcache_t.c b/test/unit/bcache_t.c
index 803a088..925b95d 100644
--- a/test/unit/bcache_t.c
+++ b/test/unit/bcache_t.c
@@ -845,11 +845,9 @@ static void test_concurrent_reads_after_invalidate(void *context)
 	unsigned i, nr_cache_blocks = 16;
 
 	_cycle(f, nr_cache_blocks);
-	fprintf(stderr, "cycle 1 complete\n");
 	for (i = 0; i < nr_cache_blocks; i++)
         	bcache_invalidate_fd(f->cache, i);
         _cycle(f, nr_cache_blocks);
-	fprintf(stderr, "cycle 2 complete\n");
 }
 
 /*----------------------------------------------------------------



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-05-16  9:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-16  9:26 master - unit-tests: remove a couple of debug printfs Joe Thornber

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.