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

set -eu

python -m CoverageTestRunner distixapi --ignore-missing-from=without-tests

yarn yarns/*.yarn \
     --shell python2 \
     --shell-arg '' \
     --shell-library yarns/lib.py \
     --cd-datadir \
     "$@"