summaryrefslogtreecommitdiff
path: root/check
blob: d770566b038e9ba6921ad7257b609cb7af117674 (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 python \
     --shell-arg '' \
     --shell-library yarns/lib.py \
     --cd-datadir \
     "$@"