Skip to content

Commit

Permalink
Add CELERY_ALWAYS_EAGER to build script
Browse files Browse the repository at this point in the history
  • Loading branch information
clouserw committed Jul 26, 2010
1 parent a77196e commit b889ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build.sh
Expand Up @@ -33,6 +33,7 @@ DATABASES['default']['TEST_NAME'] = 'test_zamboni_$1'
DATABASES['default']['TEST_CHARSET'] = 'utf8'
DATABASES['default']['TEST_COLLATION'] = 'utf8_general_ci'
CACHE_BACKEND = 'caching.backends.locmem://'
CELERY_ALWAYS_EAGER = True
SETTINGS

echo "Starting tests..."
Expand Down

0 comments on commit b889ab2

Please sign in to comment.