mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
feat(tools/test_qml): check if qmltestrunner exists
This commit is contained in:
parent
00cd5a3ff1
commit
d02d22f9ae
1 changed files with 5 additions and 0 deletions
|
|
@ -22,6 +22,11 @@ cd $SCRIPT_DIR/..
|
|||
|
||||
# ==============================================================================
|
||||
|
||||
if ! [ -x "$( command -v "$TEST_RUNNER" )" ]; then
|
||||
printf "${RED}Unable to found `$TEST_RUNNER`. No tests can be executed.${NC}\n"
|
||||
exit 0
|
||||
fi
|
||||
|
||||
so_far_so_good=0
|
||||
|
||||
# Check all `*.spec.qml` files.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue