From f3b95a8a11a17d41381965f70af92e98ee8005a3 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 1 Dec 2016 15:21:43 +0100 Subject: [PATCH] tests: recognize ./run jupyter * tests/run.in: Here. --- tests/run.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.in b/tests/run.in index b7ae3b7ae..1d8066fd5 100755 --- a/tests/run.in +++ b/tests/run.in @@ -91,7 +91,7 @@ case $1 in exec sh -x "$@";; *.pl) exec @PERL@ "$@";; - *python*) + *python*|*jupyter*) PYTHONPATH=$pypath DYLD_LIBRARY_PATH=$modpath \ exec $PREFIXCMD "$@";; *)