Skip to content

Commit

Permalink
- Fix integration test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Apr 17, 2018
1 parent d05ba3f commit c20fd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pavement.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@ def test(options):
_apps = tuple(GEONODE_APPS)

sh("%s manage.py test %s.tests --noinput %s --parallel=%s" % (options.get('prefix'),
'.tests '.join(tuple(_apps) + ('',)),
'.tests '.join(_apps),
_keepdb,
TEST_RUNNER_PARALLEL))

Expand Down

0 comments on commit c20fd21

Please sign in to comment.