More logging in the testing script.

Change-Id: I79fc36b1c780250eb6d0343947a0186561ff5721
This commit is contained in:
Michael Still 2013-12-05 05:09:11 +11:00 committed by Joshua Hesketh
parent 732d25cfaf
commit f1bd4dbcec

View File

@ -69,10 +69,12 @@ EOF
set -x
nova-manage --config-file $2/nova-$1.conf db sync $8
fi
echo "nova-manage returned exit code $?"
set +x
echo "***** Finished DB upgrade to state of $1 *****"
}
echo "Test running on "`hostname`
echo "To execute this script manually, run this:"
echo "$0 $1 $2 $3 $4 $5 $6 $7 $8 $9"