Skip to content

Commit

Permalink
Bug fix recent change
Browse files Browse the repository at this point in the history
  • Loading branch information
asset-web committed Oct 24, 2023
1 parent 7909696 commit 8e58b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/fabfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ def run_tests(env="test", use_local_mode=False, reuse_db=False, db_type="mysql",
caller('source %sbin/activate' % venv_dir)
caller('which chromedriver')
caller('chromedriver -v')
caller('python3 manage.py test --noinput --exclude-tag=slow %s --settings=temmpo.settings.test_%s' % (venv_dir, cmd_suffix, db_type))
caller('python3 manage.py test --noinput --exclude-tag=slow %s --settings=temmpo.settings.test_%s' % (cmd_suffix, db_type))
caller('%sbin/deactivate' % venv_dir)

def run_slow_tests(env="test", use_local_mode=False, reuse_db=False, db_type="mysql", run_selenium_tests=False, tag=None, project_dir=PROJECT_ROOT):
Expand Down

0 comments on commit 8e58b63

Please sign in to comment.