Skip to content

Commit

Permalink
more context lines on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 authored and mn200 committed Sep 26, 2024
1 parent 19ebd25 commit 2b7b84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/Holmake/poly/MB_Monitor.sml
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ fun new {info,warn,genLogFile,time_limit,multidir} =
let
val strm = TextIO.openOut (genLogFile{tag = tag, dir = dir})
val tb = tailbuffer.new {
numlines = 10,
numlines = 50,
patterns = [cheat_string, oracle_string, used_cheat_string,
fastcheat_string]
}
Expand Down

0 comments on commit 2b7b84f

Please sign in to comment.