Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixups to tests/int/checkpoint.bats #2476

Merged
merged 2 commits into from
Jun 24, 2020

Commits on Jun 16, 2020

  1. tests/int/checkpoint: whitespace cleanups

    Remove whitespace at EOL
    
    Signed-off-by: Kir Kolyshkin <[email protected]>
    kolyshkin committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    a6ddabd View commit details
    Browse the repository at this point in the history
  2. tests/int/checkpoint: fix checks, add logs

    1. When using `runc`, we should check `$status` and not `$?`.
    
    2. Before exit code check, let's (try to) show errors from CRIU log.
    
    Signed-off-by: Kir Kolyshkin <[email protected]>
    kolyshkin committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    e232a71 View commit details
    Browse the repository at this point in the history