tests: recognize ./run jupyter

* tests/run.in: Here.
This commit is contained in:
Alexandre Duret-Lutz 2016-12-01 15:21:43 +01:00
parent e8a3f62491
commit f3b95a8a11

View file

@ -91,7 +91,7 @@ case $1 in
exec sh -x "$@";;
*.pl)
exec @PERL@ "$@";;
*python*)
*python*|*jupyter*)
PYTHONPATH=$pypath DYLD_LIBRARY_PATH=$modpath \
exec $PREFIXCMD "$@";;
*)