Rename the test binary to containerd-test.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2019-08-02 15:43:06 -07:00
parent a99766612f
commit 7665f4ac22
3 changed files with 11 additions and 4 deletions

View File

@@ -36,7 +36,8 @@ test_setup ${REPORT_DIR}
sudo PATH=${PATH} ${ROOT}/_output/integration.test --test.run="${FOCUS}" --test.v \
--cri-endpoint=${CONTAINERD_SOCK} \
--cri-root=${CRI_ROOT} \
--runtime-handler=${RUNTIME}
--runtime-handler=${RUNTIME} \
--containerd-bin=${CONTAINERD_BIN}
test_exit_code=$?