summaryrefslogtreecommitdiff
path: root/check
blob: 6945e81f98c5c1ff4bab6e1367aacf1439d87090 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -eu

python3 -m CoverageTestRunner --ignore-missing-from=without-tests yarns vmdb
pylint3 --rcfile pylint.conf vmdb
yarn \
    --shell=python2 \
    --shell-arg '' \
    --shell-library yarns/lib.py \
    --env "PYTHONPATH=$(pwd)/yarns" \
    --cd-datadir \
    yarns/*.yarn "$@"