commit | 66542a1bb4e075699761e2c76cb166d62235c82f | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Sat May 16 06:09:43 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue May 19 16:24:04 2020 +0200 |
tree | 9b8fcfaa5d2993f90a1b8e95bf817bb4d42eab2d | |
parent | 717f2bdbe77ff3ad86e03c1bb2e81a78ba36acf7 [diff] |
xtest: exclude tests with -x When a test ID is preceded with the -x switch, the test ID is excluded from the list of the tests to be run. Below are 2 examples: xtest regression_2 -x "_200" # Run existing regression tests 2010 to 2999 xtest -x 1027 -x 1028 # Run all tests but 1027 and 1028 Co-developed-by: Jerome Forissier <jerome@forissier.org> Signed-off-by: Jerome Forissier <jerome@forissier.org> Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Reviewed-by: Jerome Forissier <jerome@forissier.org> Acked-by: Sumit Garg <sumit.garg@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@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