Skip to content

Commit 8e0b43e

Browse files
committed
v0.13-preview.120.44+248
1 parent 788c03a commit 8e0b43e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runtime-lib/runtime.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ let () =
237237
"-partition", Arg.String (fun i -> partition := Some i),
238238
" Only run the tests in the given partition";
239239
"-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";
240+
"-stop-on-error", Arg.Set stop_on_error, " Run tests only up to the first error \
241+
(doesn't work for expect tests)";
241242
"-strict", Arg.Set strict, " End with an error if no tests were run";
242243
"-show-counts", Arg.Set show_counts, " Show the number of tests ran";
243244
"-log", Arg.Unit (fun () ->

0 commit comments

Comments
 (0)