mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-16 04:27:56 +00:00
fix(tools/test_qml): little printf fix
This commit is contained in:
parent
6705553a40
commit
a6808e6399
1 changed files with 1 additions and 1 deletions
|
|
@ -51,11 +51,11 @@ do
|
|||
printf "${RED}Unit tests have failed for '${spec_qml_file}'.\n"
|
||||
so_far_so_good=1
|
||||
fi
|
||||
printf "${NC}\n"
|
||||
fi
|
||||
fi
|
||||
done < $RESOURCES_FILE
|
||||
|
||||
printf "${NC}\n"
|
||||
if [[ $so_far_so_good == 0 ]]; then
|
||||
printf "${GREEN}Done. All tests have succeeded.\n"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue