summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-09-25 19:08:09 +0300
committerLars Wirzenius <liw@liw.fi>2016-09-25 19:08:09 +0300
commit77cd6c78b870e316bd9136d4148dc6b17b7b9d09 (patch)
treeb9dfd6550fbc94ffdd97cff6a30a15db04172992 /check
parent7b94ed647e5e0454d120fc0502e661525f6a3f52 (diff)
downloadserver-yarns-77cd6c78b870e316bd9136d4148dc6b17b7b9d09.tar.gz
Move yarn-running into check
Diffstat (limited to 'check')
-rwxr-xr-xcheck5
1 files changed, 5 insertions, 0 deletions
diff --git a/check b/check
index 21b8029..b9fc4ff 100755
--- a/check
+++ b/check
@@ -2,4 +2,9 @@
set -eu
+address="$1"
+shift
+
python -m CoverageTestRunner
+yarn --env "SERVER=$address" --env 'PYTHONPATH=.' \
+ --shell python2 --shell-arg '' *.yarn "$@"