diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-12 15:55:59 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-12 15:55:59 -0500 |
commit | a98c95b41d08033f0539d19dfad10fb13a83d42d (patch) | |
tree | 3fbdf64209a13eaf5302a9e2abec054019655e57 /runtests.sh | |
parent | 814554743708c567e40b86bc88b96633eef32ace (diff) | |
download | mediagoblin-a98c95b41d08033f0539d19dfad10fb13a83d42d.tar.lz mediagoblin-a98c95b41d08033f0539d19dfad10fb13a83d42d.tar.xz mediagoblin-a98c95b41d08033f0539d19dfad10fb13a83d42d.zip |
Tests should no longer use the environment-variable-related-setup and set up in app instead
This should remove a bunch of confusing cruft. I hate using that
environment variable! Also that old code was fragile.
This commit sponsored by Stephen Milton. Thanks!
Diffstat (limited to 'runtests.sh')
-rwxr-xr-x | runtests.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/runtests.sh b/runtests.sh index 382e2fa6..00164a78 100755 --- a/runtests.sh +++ b/runtests.sh @@ -39,10 +39,6 @@ else fi -CELERY_CONFIG_MODULE=mediagoblin.init.celery.from_tests -export CELERY_CONFIG_MODULE -echo "+ CELERY_CONFIG_MODULE=$CELERY_CONFIG_MODULE" - # Look to see if the user has specified a specific directory/file to # run tests out of. If not we'll need to pass along # mediagoblin/tests/ later very specifically. Otherwise py.test |