summaryrefslogtreecommitdiff
path: root/manage.sh
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2017-09-13 22:58:52 +0200
committerDalf <alex@al-f.net>2017-09-17 17:52:22 +0200
commitfb587f11febc1951f42f5643b1532823675c2acf (patch)
tree80302ab901fbc5db1f5173afb1b61f9b400c1b03 /manage.sh
parent6ebfdf0bb3e666dbc033e47f7e730966bde55b03 (diff)
downloadsearxng-fb587f11febc1951f42f5643b1532823675c2acf.tar.gz
searxng-fb587f11febc1951f42f5643b1532823675c2acf.zip
Switch to code-cov
Diffstat (limited to 'manage.sh')
-rwxr-xr-xmanage.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/manage.sh b/manage.sh
index 319a14f2a..e3929c917 100755
--- a/manage.sh
+++ b/manage.sh
@@ -73,9 +73,9 @@ unit_tests() {
py_test_coverage() {
echo '[!] Running python test coverage'
- PYTHONPATH=`pwd` python -m nose2 -C --coverage "$SEARX_DIR" -s "$BASE_DIR/tests/unit"
- coverage report
- coverage html
+ PYTHONPATH=`pwd` python -m nose2 -C --log-capture --with-coverage --coverage "$SEARX_DIR" -s "$BASE_DIR/tests/unit" \
+ && coverage report \
+ && coverage html
}
robot_tests() {