We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788c03a commit 8e0b43eCopy full SHA for 8e0b43e
runtime-lib/runtime.ml
@@ -237,7 +237,8 @@ let () =
237
"-partition", Arg.String (fun i -> partition := Some i),
238
" Only run the tests in the given partition";
239
"-verbose", Arg.Set verbose, " Show the tests as they run";
240
- "-stop-on-error", Arg.Set stop_on_error, " Run tests only up to the first error";
+ "-stop-on-error", Arg.Set stop_on_error, " Run tests only up to the first error \
241
+ (doesn't work for expect tests)";
242
"-strict", Arg.Set strict, " End with an error if no tests were run";
243
"-show-counts", Arg.Set show_counts, " Show the number of tests ran";
244
"-log", Arg.Unit (fun () ->
0 commit comments