Merge "Pipe destroy_vms output to a file"

This commit is contained in:
Jenkins 2015-04-01 12:48:07 +00:00 committed by Gerrit Code Review
commit 2f63a4b89c
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ function get_state_from_hosts(){
function cleanup(){
get_state_from_hosts || true
destroy_vms
destroy_vms &> $WORKSPACE/logs/destroy_vms.log
}
source $TRIPLEO_ROOT/tripleo-incubator/scripts/devtest_variables.sh