Skip to content

Commit

Permalink
Merge pull request #6110 from daverodgman/add-missing-break-2.28
Browse files Browse the repository at this point in the history
Add missing break - backport 2.28
  • Loading branch information
daverodgman authored Jul 21, 2022
2 parents 8bb9e46 + e63492a commit 59dca4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/suites/host_test.function
Original file line number Diff line number Diff line change
Expand Up @@ -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++;
Expand Down

0 comments on commit 59dca4b

Please sign in to comment.