File: check

package info (click to toggle)
vmdb2 0.13.2%2Bgit20190215-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 384 kB
  • sloc: python: 1,263; sh: 43; makefile: 18
file content (13 lines) | stat: -rwxr-xr-x 295 bytes parent folder | download
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 "$@"