1
0
mirror of https://github.com/containers/youki synced 2024-09-28 15:01:29 +02:00

Merge pull request #222 from chenyukang/fix-integrateion-test

Fix integration_test script for go env
This commit is contained in:
utam0k 2021-08-24 18:58:51 +09:00 committed by GitHub
commit 25496f062c
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

@ -77,7 +77,7 @@ check_enviroment() {
for case in "${test_cases[@]}"; do
if [[ ! -e "${ROOT}/integration_test/src/github.com/opencontainers/runtime-tools/validation/$case" ]]; then
GOPATH=${ROOT}/integration_test make runtimetest validation-executables
GO111MODULE=auto GOPATH=${ROOT}/integration_test make runtimetest validation-executables
break
fi
done