Skip to content

Commit

Permalink
Merge pull request #1204 from Random-Liu/fix-ctr-readiness-check
Browse files Browse the repository at this point in the history
Fix ctr readiness check in test.
  • Loading branch information
Random-Liu committed Jul 25, 2019
2 parents 0f313f9 + e83fe56 commit 5fdb4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/test-utils.sh
Expand Up @@ -69,7 +69,7 @@ test_setup() {
echo "crictl is not in PATH"
exit 1
fi
readiness_check "sudo ${ctr_path} version"
readiness_check "sudo ${ctr_path} --address ${CONTAINERD_SOCK#"unix://"} version"
readiness_check "sudo ${crictl_path} --runtime-endpoint=${CONTAINERD_SOCK} info"
}

Expand Down

0 comments on commit 5fdb4b8

Please sign in to comment.