Skip to content

Instantly share code, notes, and snippets.

@andymckay
Created January 20, 2012 18:05
Show Gist options
  • Save andymckay/1648733 to your computer and use it in GitHub Desktop.
Save andymckay/1648733 to your computer and use it in GitHub Desktop.
diff --git a/scripts/build.sh b/scripts/build.sh
index 5c6ad90..e27fa9b 100755
--- a/scripts/build.sh
+++ b/scripts/build.sh
@@ -56,6 +56,7 @@ LOG_LEVEL = logging.ERROR
DATABASES['default']['NAME'] = 'zamboni_$1'
DATABASES['default']['HOST'] = 'localhost'
DATABASES['default']['USER'] = 'hudson'
+DATABASES['default']['ENGINE'] = 'mysql_pool'
DATABASES['default']['TEST_NAME'] = 'test_zamboni_$1'
DATABASES['default']['TEST_CHARSET'] = 'utf8'
DATABASES['default']['TEST_COLLATION'] = 'utf8_general_ci'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment