[CRIU] [PATCH] zdtm: show errors from dump logs
Andrey Vagin
avagin at openvz.org
Fri Sep 25 04:08:57 PDT 2015
From: Andrew Vagin <avagin at openvz.org>
Signed-off-by: Andrew Vagin <avagin at openvz.org>
---
test/zdtm.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test/zdtm.sh b/test/zdtm.sh
index f22f3ca..5ca125b 100755
--- a/test/zdtm.sh
+++ b/test/zdtm.sh
@@ -792,6 +792,8 @@ EOF
setsid $CRIU_CPT $dump_cmd -D $ddump -o dump.log -v4 -t $PID $gen_args $cpt_args
retcode=$?
+ cat $ddump/dump.log | grep Error
+
#
# Here we may have two cases: either checkpoint is failed
# with some error code, or checkpoint is complete but return
--
2.4.3
More information about the CRIU
mailing list