Started writing tests for the install script

This commit is contained in:
Nils Winkler
2017-05-10 11:12:09 +02:00
parent e112eb43a0
commit 6ce9403be0
2 changed files with 39 additions and 1 deletions

View File

@@ -9,4 +9,4 @@ if [ -z "${BASH_IT}" ]; then
export BASH_IT=$(cd ${test_directory} && dirname $(pwd))
fi
exec $bats_executable ${CI:+--tap} ${test_directory}/{lib,plugins}
exec $bats_executable ${CI:+--tap} ${test_directory}/{install,lib,plugins}