mirror of
https://github.com/powerline/powerline.git
synced 2025-07-23 05:46:01 +02:00
Do not use “which ipython” in echo since it is no longer relevant
This commit is contained in:
parent
6a6991bcb4
commit
38a05b34d7
@ -457,7 +457,7 @@ if test "x${ONLY_SHELL}" = "x" || test "x${ONLY_SHELL}" = "xipython" ; then
|
|||||||
# Define some overrides which should be ignored by IPython.
|
# Define some overrides which should be ignored by IPython.
|
||||||
export POWERLINE_CONFIG_OVERRIDES='common.term_escape_style=fbterm'
|
export POWERLINE_CONFIG_OVERRIDES='common.term_escape_style=fbterm'
|
||||||
export POWERLINE_THEME_OVERRIDES='in.segments.left=[]'
|
export POWERLINE_THEME_OVERRIDES='in.segments.left=[]'
|
||||||
echo "> $(which ipython)"
|
echo "> ipython"
|
||||||
if ! run_test ipython ipython ${IPYTHON_PYTHON} -mIPython ; then
|
if ! run_test ipython ipython ${IPYTHON_PYTHON} -mIPython ; then
|
||||||
FAILED=1
|
FAILED=1
|
||||||
FAIL_SUMMARY="${FAIL_SUMMARY}${NL}T ipython"
|
FAIL_SUMMARY="${FAIL_SUMMARY}${NL}T ipython"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user