summaryrefslogtreecommitdiff
path: root/check
blob: 587501baccc318eb940a5706d03c7ad1b8b12eb4 (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 "$@"