diff options
Diffstat (limited to 'tests/plugin_tests.sh')
-rwxr-xr-x | tests/plugin_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/plugin_tests.sh b/tests/plugin_tests.sh index be06c0dc5..789dddd91 100755 --- a/tests/plugin_tests.sh +++ b/tests/plugin_tests.sh @@ -3,5 +3,5 @@ NS=nosetests which nosetests2 > /dev/null && NS=nosetests2 # must be executed within tests dir cd "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -$NS HosterPluginTester.py CrypterPluginTester.py -s --with-xunit --with-coverage --cover-erase --cover-package=module.plugins --with-id +$NS HosterPluginTester.py CrypterPluginTester.py -s --with-xunit --with-coverage --cover-erase --cover-package=pyload.plugins --with-id coverage xml |