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

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++;