feat: add new test for check setup of light256 theme

This commit is contained in:
Maciej Sypien 2024-09-21 18:34:47 +02:00
parent 9a3d379b76
commit 26522d4901
No known key found for this signature in database
GPG key ID: 10BC01EDA6827DC8
5 changed files with 82 additions and 25 deletions

View file

@ -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