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

set -eu

python3 -m CoverageTestRunner --ignore-missing-from=without-tests ick2

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