mirror of
https://github.com/powerline/powerline.git
synced 2025-07-31 01:35:40 +02:00
Tests passing locally: bash (no)daemon C busybox (no)daemon C fish (no)daemon C mksh (no)daemon C rc (no)daemon C tcsh (no)daemon C zsh (no)daemon C zsh zpython ipython pdf module pdf subclass dash has problems with job control (bgscript.sh not finished by kill)
12 lines
400 B
Bash
12 lines
400 B
Bash
set -e
|
|
set -x
|
|
. tests/bot-ci/scripts/common/main.sh
|
|
zmodload zpython || zmodload libzpython
|
|
zpython 'import zsh'
|
|
zpython 'import platform'
|
|
zpython 'zsh.setvalue("ZSH_PYTHON_VERSION", platform.python_version())'
|
|
zpython 'zsh.setvalue("ZSH_PYTHON_IMPLEMENTATION", platform.python_implementation())'
|
|
|
|
[[ $ZSH_PYTHON_IMPLEMENTATION = $PYTHON_IMPLEMENTATION ]]
|
|
[[ $ZSH_PYTHON_VERSION = $PYTHON_VERSION ]]
|