Remove extra test_teardown

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan 2021-10-08 13:08:13 -07:00
parent 4a569c8894
commit d252a293df
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB

View File

@ -46,8 +46,6 @@ ${sudo} bin/cri-integration.test --test.run="${FOCUS}" --test.v \
--containerd-bin="${CONTAINERD_BIN}" \
--image-list="${TEST_IMAGE_LIST:-}" && test_exit_code=$? || test_exit_code=$?
test_teardown
test $test_exit_code -ne 0 && \
cat "$REPORT_DIR/containerd.log"