Added first tests for Bash-it completion script
This commit is contained in:
5
test/run
5
test/run
@@ -9,6 +9,5 @@ if [ -z "${BASH_IT}" ]; then
|
||||
export BASH_IT=$(cd ${test_directory} && dirname $(pwd))
|
||||
fi
|
||||
|
||||
# TODO Add tests for bash-it completion
|
||||
|
||||
exec $bats_executable ${CI:+--tap} ${test_directory}/{bash_it,install,lib,plugins,themes}
|
||||
#exec $bats_executable ${CI:+--tap} ${test_directory}/completion
|
||||
exec $bats_executable ${CI:+--tap} ${test_directory}/{bash_it,completion,install,lib,plugins,themes}
|
||||
|
||||
Reference in New Issue
Block a user