mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 14:28:18 +00:00
use more verbose output type for unittests on travis
This commit is contained in:

committed by
Thiago de Arruda

parent
ab0c96187c
commit
69967ccaba
@@ -3,4 +3,7 @@
|
||||
(cd "$pkgroot/build" && make) || exit 1
|
||||
eval "$(luarocks path)"
|
||||
|
||||
busted --pattern=.moon ./test
|
||||
if [ -z "$BUSTED_OUTPUT_TYPE" ]; then
|
||||
export BUSTED_OUTPUT_TYPE="utf_terminal"
|
||||
fi
|
||||
busted --pattern=.moon -o $BUSTED_OUTPUT_TYPE ./test
|
||||
|
Reference in New Issue
Block a user