Merge pull request #6900 from mikebrow/fix-for-empty-report-dir

move report dir option to end of line for vagrant cri tests
This commit is contained in:
Mike Brown 2022-05-05 18:32:16 -05:00 committed by GitHub
commit 459179360a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Vagrantfile vendored
View File

@ -270,7 +270,7 @@ EOF
fi fi
trap cleanup EXIT trap cleanup EXIT
ctr version ctr version
critest --parallel=$(nproc) --report-dir="${REPORT_DIR}" --ginkgo.skip='HostIpc is true' critest --parallel=$(nproc) --ginkgo.skip='HostIpc is true' --report-dir="${REPORT_DIR}"
SHELL SHELL
end end