Created
January 20, 2012 18:05
-
-
Save andymckay/1648733 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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