[CRIU] [PATCH 1/3] zdtm: More precise report on c/r progress

Cyrill Gorcunov gorcunov at openvz.org
Fri Jun 1 12:38:11 EDT 2012


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 test/zdtm.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/zdtm.sh b/test/zdtm.sh
index 5668158..b2da0ab 100644
--- a/test/zdtm.sh
+++ b/test/zdtm.sh
@@ -118,7 +118,7 @@ run_test()
 	else
 		while :; do
 			killall -9 $tname &> /dev/null || break
-			echo Waiting...
+			echo Waiting for $tname complete dumping...
 			sleep 1
 		done
 
@@ -133,7 +133,7 @@ run_test()
 	make -C $tdir $tname.out
 	for i in `seq 50`; do
 		test -f $test.out && break
-		echo Waiting...
+		echo Waiting for results on $test.out...
 		sleep 1
 	done
 	cat $test.out
-- 
1.7.7.6



More information about the CRIU mailing list