Updated Branches: refs/heads/master e28e8f8af -> 187d4f7ec
hyphenate the option for mysql passwd. typo blunder Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/187d4f7e Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/187d4f7e Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/187d4f7e Branch: refs/heads/master Commit: 187d4f7ec93cea4556b0040ea560133d511cee9b Parents: e28e8f8 Author: Prasanna Santhanam <[email protected]> Authored: Tue Oct 9 19:45:19 2012 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Tue Oct 9 19:45:19 2012 +0530 ---------------------------------------------------------------------- test/setup-test-data.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/187d4f7e/test/setup-test-data.sh ---------------------------------------------------------------------- diff --git a/test/setup-test-data.sh b/test/setup-test-data.sh index dfe4cf1..bb100b8 100755 --- a/test/setup-test-data.sh +++ b/test/setup-test-data.sh @@ -56,7 +56,7 @@ do done #Damn Small Linux ISO type -ostypeid=$(mysql -ucloud -Dcloud pcloud -h$DB_SVR -s -N -r -e"select uuid from guest_os where display_name='CentOS 5.3 (64-bit)'") +ostypeid=$(mysql -ucloud -Dcloud -pcloud -h$DB_SVR -s -N -r -e"select uuid from guest_os where display_name='CentOS 5.3 (64-bit)'") if [[ $ostypeid == "" ]]; then echo "Unable to contact DB server @ $DB_SVR" exit 2
