Removed test filter
parent
2acb87e882
commit
be9b0e71c4
1
test/run
1
test/run
|
|
@ -9,5 +9,4 @@ if [ -z "${BASH_IT}" ]; then
|
||||||
export BASH_IT=$(cd ${test_directory} && dirname $(pwd))
|
export BASH_IT=$(cd ${test_directory} && dirname $(pwd))
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# exec $bats_executable ${CI:+--tap} ${test_directory}/completion
|
|
||||||
exec $bats_executable ${CI:+--tap} ${test_directory}/{bash_it,completion,install,lib,plugins,themes}
|
exec $bats_executable ${CI:+--tap} ${test_directory}/{bash_it,completion,install,lib,plugins,themes}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue