Do not omit running tests without ONLY_SHELL set

This commit is contained in:
ZyX 2014-08-10 15:59:32 +04:00
parent 6f550fce8b
commit 99c9f730e0
1 changed files with 1 additions and 1 deletions

View File

@ -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