summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-02-09 13:53:33 +0200
committerLars Wirzenius <liw@liw.fi>2018-02-09 13:56:43 +0200
commitf1f291b270b96fe1511286cb807f02c9741b0d71 (patch)
tree509a7f697685e9282fbdc6838fb037ff6cb5e4dd /check
parent3b208da0461f5a129fcbc527fbfdd9ed8309d077 (diff)
downloadqvisqve-f1f291b270b96fe1511286cb807f02c9741b0d71.tar.gz
Rename: to Qvisqve
Diffstat (limited to 'check')
-rwxr-xr-xcheck6
1 files changed, 3 insertions, 3 deletions
diff --git a/check b/check
index 4d83e8f..1518c15 100755
--- a/check
+++ b/check
@@ -61,13 +61,13 @@ else
fi
title "Unit tests"
-python3 -m CoverageTestRunner --ignore-missing-from=without-tests salami
+python3 -m CoverageTestRunner --ignore-missing-from=without-tests qvisqve qvisqve_secrets
title "Code style"
-pycodestyle salami
+pycodestyle qvisqve qvisqve_secrets
title "Static checking"
-pylint3 -j0 --rcfile pylint.conf salami
+pylint3 -j0 --rcfile pylint.conf qvisqve qvisqve_secrets
title "Run yarns"
if [ "$remote" = no ]