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:
commit
459179360a
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user