ICU-2412 added -e1 option which makes exhaustive collation testing somewhat bearable
X-SVN-Rev: 11118
This commit is contained in:
parent
58e26b03be
commit
0a641283d6
@ -554,9 +554,13 @@ int processArgs(const TestNode* root,
|
||||
{
|
||||
doList = TRUE;
|
||||
}
|
||||
else if (strcmp( argv[i], "-e1") == 0)
|
||||
{
|
||||
QUICK = -1;
|
||||
}
|
||||
else if (strcmp( argv[i], "-e") ==0)
|
||||
{
|
||||
QUICK = FALSE;
|
||||
QUICK = 0;
|
||||
}
|
||||
else if (strcmp( argv[i], "-w") ==0)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user