Merge pull request #6110 from daverodgman/add-missing-break-2.28

Add missing break - backport 2.28
This commit is contained in:
Dave Rodgman 2022-07-21 15:25:49 +01:00 committed by GitHub
commit 59dca4b136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -590,6 +590,7 @@ int execute_tests( int argc , const char ** argv )
*/
test_files = &argv[ arg_index ];
testfile_count = argc - arg_index;
break;
}
arg_index++;