summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-04-16 12:54:39 +0300
committerLars Wirzenius <liw@liw.fi>2017-04-16 12:54:39 +0300
commit489389f2ace4a2cfec30736d090ae039e0b81095 (patch)
tree8e2b831b79ef8f42af9b72950757a42fd24be88d
parent82c689984a9b687fd1a6de464e8fdf85e334cbf5 (diff)
downloaddistixapi-489389f2ace4a2cfec30736d090ae039e0b81095.tar.gz
Trigger PYTHONPATH setting in yarn
Current yarn requires the shell to be exactly python, not python2. A future version of yarn accepts anything as long it contains python.
-rwxr-xr-xcheck2
1 files changed, 1 insertions, 1 deletions
diff --git a/check b/check
index ea5fe63..d770566 100755
--- a/check
+++ b/check
@@ -5,7 +5,7 @@ set -eu
python -m CoverageTestRunner distixapi --ignore-missing-from=without-tests
yarn yarns/*.yarn \
- --shell python2 \
+ --shell python \
--shell-arg '' \
--shell-library yarns/lib.py \
--cd-datadir \