fix(tools/test_qml): little printf fix

This commit is contained in:
Ronan Abhamon 2016-10-21 10:39:47 +02:00
parent 6705553a40
commit a6808e6399

View file

@ -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