diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-12 16:17:35 -0500 |
---|---|---|
committer | Christopher Allan Webber <cwebber@dustycloud.org> | 2013-05-12 16:17:35 -0500 |
commit | 725404236ef66884e53e0ef83264524768cefb9c (patch) | |
tree | 6fe10bc1a8b3e7fcb30cc0c1347334251d5337c9 /runtests.sh | |
parent | 98dacfe67e40eb3c575b2fb9a5a80ced3e284ddc (diff) | |
parent | 2dee97ef4828c313c9934f1d36986ecb363ef6e4 (diff) | |
download | mediagoblin-725404236ef66884e53e0ef83264524768cefb9c.tar.lz mediagoblin-725404236ef66884e53e0ef83264524768cefb9c.tar.xz mediagoblin-725404236ef66884e53e0ef83264524768cefb9c.zip |
Merge branch 'master' into 623_context_hooks
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 |