Commit 1e23f8b546886057248bda9e665536405df7e1e1

Authored by Chung Wang
1 parent 2c52b3c5cb
Exists in master

run_test reverted

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

scripts/run_tests.sh View file @ 1e23f8b
1 1 #!/bin/bash -xe
2   -venv/scripts/python venv/scripts/coverage.exe run --source='flashcards' manage.py test flashcards/tests/
3   -venv/scripts/python venv/scripts/coverage.exe html
  2 +venv/bin/python venv/bin/coverage run --source='flashcards' manage.py test flashcards/tests/
  3 +venv/bin/python venv/bin/coverage html