check_test_cases: Minor documentation change
* Make an iteration comment generic to every file it may affect instead of making it specific a particular file. Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
This commit is contained in:
parent
4fc582461b
commit
7f2cddb1ae
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ option"""
|
|||
# test case description between --list-test-cases and its OUTCOME.CSV
|
||||
#
|
||||
# idx indicates the number of test case since there is no line number
|
||||
# in `compat.sh` for each test case.
|
||||
# in the script for each test case.
|
||||
for idx, description in enumerate(listed.splitlines()):
|
||||
self.process_test_case(descriptions,
|
||||
file_name,
|
||||
|
|
Loading…
Reference in a new issue