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

2
Vagrantfile vendored
View File

@@ -270,7 +270,7 @@ EOF
fi
trap cleanup EXIT
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
end