From 187d4f7ec93cea4556b0040ea560133d511cee9b Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Tue, 9 Oct 2012 19:45:19 +0530 Subject: [PATCH] hyphenate the option for mysql passwd. typo blunder --- test/setup-test-data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/setup-test-data.sh b/test/setup-test-data.sh index dfe4cf1de5d..bb100b89244 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