summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck4
1 files changed, 4 insertions, 0 deletions
diff --git a/check b/check
index 6f31bc0..18bae3e 100755
--- a/check
+++ b/check
@@ -45,5 +45,9 @@ then
pylint3 --rcfile pylint.conf $modules
fi
+title Yarn scenario tests
+yarn --shell python2 --shell-arg '' --shell-library=yarns/lib.py --cd-datadir \
+ yarns/*.yarn "$@"
+
title OK
echo "All tests pass"