From 1e23f8b546886057248bda9e665536405df7e1e1 Mon Sep 17 00:00:00 2001 From: CKW Date: Sat, 16 May 2015 17:25:38 -0700 Subject: [PATCH] run_test reverted --- scripts/run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/run_tests.sh b/scripts/run_tests.sh index f6902c1..8489255 100755 --- a/scripts/run_tests.sh +++ b/scripts/run_tests.sh @@ -1,3 +1,3 @@ #!/bin/bash -xe -venv/scripts/python venv/scripts/coverage.exe run --source='flashcards' manage.py test flashcards/tests/ -venv/scripts/python venv/scripts/coverage.exe html +venv/bin/python venv/bin/coverage run --source='flashcards' manage.py test flashcards/tests/ +venv/bin/python venv/bin/coverage html -- 1.9.1