mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-22 04:25:21 +00:00
scripts: dev_cli: clarify which integration test is running
This makes it easier to grep. No functional change obviously. Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
parent
1bae38ceb4
commit
57f81d0375
@ -329,7 +329,7 @@ cmd_tests() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$integration_sgx" = true ] ; then
|
if [ "$integration_sgx" = true ] ; then
|
||||||
say "Running integration tests for $target..."
|
say "Running SGX integration tests for $target..."
|
||||||
$DOCKER_RUNTIME run \
|
$DOCKER_RUNTIME run \
|
||||||
--workdir "$CTR_CLH_ROOT_DIR" \
|
--workdir "$CTR_CLH_ROOT_DIR" \
|
||||||
--rm \
|
--rm \
|
||||||
@ -348,7 +348,7 @@ cmd_tests() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$integration_windows" = true ] ; then
|
if [ "$integration_windows" = true ] ; then
|
||||||
say "Running integration tests for $target..."
|
say "Running Windows integration tests for $target..."
|
||||||
$DOCKER_RUNTIME run \
|
$DOCKER_RUNTIME run \
|
||||||
--workdir "$CTR_CLH_ROOT_DIR" \
|
--workdir "$CTR_CLH_ROOT_DIR" \
|
||||||
--rm \
|
--rm \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user