commit | 2762195e889bf9c7a5dad901fdc6aea101900323 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@foss.st.com> | Fri Apr 25 09:42:00 2025 +0200 |
committer | Jerome Forissier <jerome@forissier.org> | Mon May 26 10:51:56 2025 +0200 |
tree | ef690958210de481a2bb626e1a9e7010a242dcdc | |
parent | 956d44a567491ce5e3234aa4c3e24b7b922d3269 [diff] |
regression_4017: remove dead code Remove the test "level < 12" in regression test 4017 loop that is useless since the loop is execute only when test level is greater than 13. By the way change the implementation so that it is clearer that the loop is executed only when test level is greater than 13. No functional change. Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
This git contains source code for the test suite (xtest) used to test the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_test.
// OP-TEE core maintainers