Remove irrelevant logs
This commit is contained in:
parent
71d7e3921f
commit
25a56df98b
|
@ -45,7 +45,9 @@ test_tmux() {
|
||||||
if test -z "$POWERLINE_TMUX_EXE" && test -d tests/bot-ci/deps/tmux ; then
|
if test -z "$POWERLINE_TMUX_EXE" && test -d tests/bot-ci/deps/tmux ; then
|
||||||
for tmux in tests/bot-ci/deps/tmux/tmux-*/tmux ; do
|
for tmux in tests/bot-ci/deps/tmux/tmux-*/tmux ; do
|
||||||
export POWERLINE_TMUX_EXE="$PWD/$tmux"
|
export POWERLINE_TMUX_EXE="$PWD/$tmux"
|
||||||
test_tmux || true
|
if test_tmux ; then
|
||||||
|
rm -f tests/vterm/*.log
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
test_tmux || true
|
test_tmux || true
|
||||||
|
|
Loading…
Reference in New Issue