Remove irrelevant logs

This commit is contained in:
ZyX 2015-01-18 03:52:12 +03:00
parent 71d7e3921f
commit 25a56df98b
1 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,9 @@ test_tmux() {
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
export POWERLINE_TMUX_EXE="$PWD/$tmux"
test_tmux || true
if test_tmux ; then
rm -f tests/vterm/*.log
fi
done
else
test_tmux || true