mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-6242 List the testnames when given the -l option in iotest and intltest.
X-SVN-Rev: 23790
This commit is contained in:
parent
f92dfb834c
commit
851c8365ff
1 changed files with 3 additions and 3 deletions
|
@ -743,10 +743,10 @@ runTestRequest(const TestNode* root,
|
|||
errorCount += ERROR_COUNT;
|
||||
|
||||
subtreeOptionSeen = TRUE;
|
||||
}
|
||||
else if ((strcmp( argv[i], "-a") == 0) || (strcmp(argv[i],"-all") == 0))
|
||||
{
|
||||
} else if ((strcmp( argv[i], "-a") == 0) || (strcmp(argv[i],"-all") == 0)) {
|
||||
subtreeOptionSeen=FALSE;
|
||||
} else if (strcmp( argv[i], "-l") == 0) {
|
||||
doList = TRUE;
|
||||
}
|
||||
/* else option already handled by initArgs */
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue