summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck6
1 files changed, 4 insertions, 2 deletions
diff --git a/check b/check
index 10d834d..c465984 100755
--- a/check
+++ b/check
@@ -13,11 +13,13 @@ then
PASSWORD_STORE_DIR="$HOME/.password-store"
fi
-python -m CoverageTestRunner
+python -m CoverageTestRunner --ignore-missing-from=without-tests
+
yarn --env "ADDRESS=$address" \
--env 'PYTHONPATH=.' \
--env "PASSWORD_STORE_DIR=$PASSWORD_STORE_DIR" \
--env "PASS_HOME=$HOME" \
--env "VARIABLES=$variables" \
--env "SSH_AUTH_SOCK=$SSH_AUTH_SOCK" \
- --shell python2 --shell-arg '' *.yarn "$@"
+ --shell python2 --shell-arg '' --shell-library lib.py \
+ *.yarn "$@"