X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/b2d72160e2a68991c66ea6017b871d7f42c0b29d..312d803612945fabb774fc959bc36e654c872e1a:/lib/run_tests.sh?ds=sidebyside diff --git a/lib/run_tests.sh b/lib/run_tests.sh index 0b086ef2..03da16f6 100755 --- a/lib/run_tests.sh +++ b/lib/run_tests.sh @@ -1 +1,2 @@ -PYTYONPATH=./lib:$PYTHONPATH nosetests --detailed-errors --with-doctest --with-coverage --cover-package=wlrepo +#!/bin/sh +nosetests -v --with-doctest --with-coverage --cover-package=vstorage --detailed-errors