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

set -eu

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

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