Commit a6808e63 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(tools/test_qml): little `printf` fix

parent 6705553a
......@@ -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
......
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