Full featured search test, dig into travis failures

This commit is contained in:
Konstantin Gredeskoul
2016-03-24 03:05:03 -07:00
parent fa392e0e18
commit 8c5ec75898
2 changed files with 8 additions and 7 deletions

View File

@@ -3,4 +3,4 @@ PATH=$PATH:$(pwd)/bats/bin
set +e
[[ -z "$(which bats)" ]] && git clone --depth 1 https://github.com/sstephenson/bats.git
set -e
exec bats ${CI:+--tap} test/{lib,plugins}
exec ./bats/bin/bats ${CI:+--tap} ./test/{lib,plugins}