From b7d12e5ea4ad71ce0ec1479116607fe734a67ca9 Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Wed, 13 Jul 2011 15:42:53 -0700 Subject: [PATCH] systest_runnable: print line when joining runnables Signed-off-by: Colin McCabe --- src/test/system/systest_runnable.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/test/system/systest_runnable.cc b/src/test/system/systest_runnable.cc index 2f768594dbf93..4acc7ba6f01d7 100644 --- a/src/test/system/systest_runnable.cc +++ b/src/test/system/systest_runnable.cc @@ -182,6 +182,7 @@ run_until_finished(std::vector < SysTestRunnable * > &runnables) return oss.str(); } } + printf("*******************************\n"); return ""; } -- 2.39.5