feat: increase tests coverage of checking themes activation

This commit is contained in:
Maciej Sypien 2024-09-22 11:22:00 +02:00
parent 0f19833001
commit 3954090dd5
No known key found for this signature in database
GPG key ID: 10BC01EDA6827DC8
7 changed files with 197 additions and 11 deletions

View file

@ -9,10 +9,11 @@ main() {
_countFailures=0
_files=$(find "$CURRENT_DIR/linux" -name "test_*" -type f)
for test in $_files; do
printf "\n"
printf "\n=============================================="
printf "\n %s" "$test"
printf "\n=============================================="
printf ""
printf "\n"
bash -c "$test"
# run all and count failures