Merge "Stop running targeted tests repeatedly"

This commit is contained in:
Jenkins 2017-05-10 20:37:55 +00:00 committed by Gerrit Code Review
commit de984f59e7
1 changed files with 3 additions and 0 deletions

View File

@ -2365,6 +2365,9 @@ int main(int argc, char **argv)
continue;
}
if (testcases[ii].be_id == EC_BACKENDS_MAX) {
if (0 != i) {
continue;
}
/* EC_BACKENDS_MAX basically designed for invalid args tests
* and not takes the args so call the function w/o args here */
testcases[ii].function();