From 489389f2ace4a2cfec30736d090ae039e0b81095 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 16 Apr 2017 12:54:39 +0300 Subject: 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. --- check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- cgit v1.2.1