mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
use more verbose output type for unittests on travis
This commit is contained in:
parent
ab0c96187c
commit
69967ccaba
@ -1,6 +1,7 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
export VALGRIND_CHECK=1
|
||||
export BUSTED_OUTPUT_TYPE="TAP"
|
||||
make cmake CMAKE_EXTRA_FLAGS="-DCMAKE_INSTALL_PREFIX=$PWD/dist"
|
||||
make
|
||||
make unittest
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user