Skip to content

Commit

Permalink
add return value for run_gis_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
proppy authored and jbalogh committed May 6, 2010
1 parent 02f484a commit c619b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_nose/runner.py
Expand Up @@ -77,7 +77,7 @@ def run_tests(test_labels, verbosity=1, interactive=True, spatial_db=False):

def run_gis_tests(test_labels, verbosity=1, interactive=True):
"""Test runner that invokes nose with a spatial database for GeoDjango."""
run_tests(test_labels, verbosity, interactive, spatial_db=True)
return run_tests(test_labels, verbosity, interactive, spatial_db=True)


def _get_options():
Expand Down

0 comments on commit c619b1c

Please sign in to comment.