mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
053e15c001
Sometimes the test fails without any clear diagnostics: > not ok 16 checkpoint --lazy-pages and restore > (in test file tests/integration/checkpoint.bats, line 191) > `[ "$out" = "0000000 000000 0000001" ]' failed > ... > criu failed: type NOTIFY errno 3\nlog file: work-dir/dump.log We look for and print errors via grep, but in the above case there are nothing that is denoted error in the log. So, let's show the damn log in its entirely (note it is only shown if test fails). Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>