diff --git a/test/bin/manage_hypervisor_config.sh b/test/bin/manage_hypervisor_config.sh index 5273a1ec3f..f8099eac45 100755 --- a/test/bin/manage_hypervisor_config.sh +++ b/test/bin/manage_hypervisor_config.sh @@ -163,7 +163,7 @@ action_cleanup() { action_cleanup-all() { # Clean up all of the VMs - for scenario in "${TESTDIR}"/scenarios*/*.sh; do + for scenario in "${TESTDIR}"/scenarios*/*/*.sh; do echo "Deleting $(basename "${scenario}")" "${TESTDIR}/bin/scenario.sh" cleanup "${scenario}" &>/dev/null || true done