ICU-6242 List the testnames when given the -l option in iotest and intltest.

X-SVN-Rev: 23790
This commit is contained in:
Michael Ow 2008-04-14 22:38:10 +00:00
parent f92dfb834c
commit 851c8365ff

View file

@ -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 */
}