Updated Branches: refs/heads/master a2d50c7e4 -> c916d6a1f
Bash is not python! Signed-off-by: Prasanna Santhanam <[email protected]> 1351573594 +0530 Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/c916d6a1 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/c916d6a1 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/c916d6a1 Branch: refs/heads/master Commit: c916d6a1f107098c7d92ff99f9c8459e7deea89e Parents: a2d50c7 Author: Prasanna Santhanam <[email protected]> Authored: Tue Oct 30 10:36:34 2012 +0530 Committer: Prasanna Santhanam <[email protected]> Committed: Tue Oct 30 10:37:16 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/c916d6a1/test/setup-test-data.sh ---------------------------------------------------------------------- diff --git a/test/setup-test-data.sh b/test/setup-test-data.sh index f7bad10..844c275 100755 --- a/test/setup-test-data.sh +++ b/test/setup-test-data.sh @@ -62,7 +62,7 @@ done #Damn Small Linux ISO type if [[ $HV == "kvm" ]]; then ostypeid=$(mysql -ucloud -Dcloud -pcloud -h$DB_SVR -s -N -r -e"select uuid from guest_os where display_name='CentOS 5.5 (64-bit)'") -else: +else 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)'") fi if [[ $ostypeid == "" ]]; then
