summaryrefslogtreecommitdiffstats
path: root/tests/plugin_tests.sh
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-09 19:54:00 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-09 19:54:00 +0200
commitab415a5f2e490ac1cfd06f4032c520709960f271 (patch)
tree62676db4ab0eb8cdc75cb25a839483dcb7d46164 /tests/plugin_tests.sh
parentmoved everything from module to pyload (diff)
downloadpyload-ab415a5f2e490ac1cfd06f4032c520709960f271.tar.xz
tried to improve setup file
Diffstat (limited to 'tests/plugin_tests.sh')
-rwxr-xr-xtests/plugin_tests.sh2
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