feat: add new test for check setup of light256 theme
This commit is contained in:
parent
9a3d379b76
commit
26522d4901
5 changed files with 82 additions and 25 deletions
|
@ -7,8 +7,11 @@ main() {
|
|||
declare -i _countFailures
|
||||
local _files
|
||||
_countFailures=0
|
||||
_files=$(find "$CURRENT_DIR" -name "test_linux_*" -type f)
|
||||
_files=$(find "$CURRENT_DIR/linux" -name "test_*" -type f)
|
||||
for test in $_files; do
|
||||
printf "\n=============================================="
|
||||
printf "\n %s" "$test"
|
||||
printf "\n=============================================="
|
||||
bash -c "$test"
|
||||
|
||||
# run all and count failures
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue