mirror of
https://github.com/powerline/powerline.git
synced 2025-04-08 19:25:04 +02:00
Do not omit running tests without ONLY_SHELL set
This commit is contained in:
parent
6f550fce8b
commit
99c9f730e0
@ -126,7 +126,7 @@ export IPYTHONDIR="$PWD/tests/shell/ipython_home"
|
||||
|
||||
unset ENV
|
||||
|
||||
if test "x${ONLY_SHELL%sh}" != "x${ONLY_SHELL}" || test "x${ONLY_SHELL}" = xbb ; then
|
||||
if test -z "${ONLY_SHELL}" || test "x${ONLY_SHELL%sh}" != "x${ONLY_SHELL}" || test "x${ONLY_SHELL}" = xbb ; then
|
||||
powerline-daemon -k || true
|
||||
sleep 1s
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user