From 855c20ac1c48bea878a59b8722315d323c20344b Mon Sep 17 00:00:00 2001 From: Andrey Vagin Date: Sun, 2 Sep 2012 01:01:40 +0400 Subject: [PATCH] zdtm: don't used --log-pid by default I added this options and I found, that it was a bad idea. Currently crtools prints PID for each message, so --log-pid can help if an error in the restorer code. Signed-off-by: Andrey Vagin Signed-off-by: Pavel Emelyanov --- test/zdtm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/zdtm.sh b/test/zdtm.sh index c14a75fc7..027caa719 100644 --- a/test/zdtm.sh +++ b/test/zdtm.sh @@ -250,7 +250,7 @@ EOF done echo Restore $PID - setsid $CRTOOLS restore --log-pid -x -D $ddump -o restore.log -v 4 -d -t $PID $args || return 2 + setsid $CRTOOLS restore -x -D $ddump -o restore.log -v 4 -d -t $PID $args || return 2 for i in `seq 5`; do save_fds $PID $ddump/restore.fd