Commit d02d22f9 authored by Ronan Abhamon's avatar Ronan Abhamon

feat(tools/test_qml): check if `qmltestrunner` exists

parent 00cd5a3f
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment