feat: increase tests coverage of checking themes activation
This commit is contained in:
parent
0f19833001
commit
3954090dd5
7 changed files with 197 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue