Skip to content

Commit

Permalink
For the benefit of CI
Browse files Browse the repository at this point in the history
(plumb the option in if necessary)
  • Loading branch information
dra27 committed Oct 15, 2024
1 parent 3210e65 commit e535185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test_install.ml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ directories given for --bindir and --libdir do not have a common prefix";
if Sys.file_exists (prefix ^ ".new") then
error "can't rename %s to %s.new as the latter already exists!"
prefix prefix;
Misc.Style.setup None;
Misc.Style.setup (Some Always);
let no_markup ansi = { Misc.Style.ansi; text_close = ""; text_open = "" } in
Misc.Style.(set_styles {
warning = no_markup [Bold; FG Yellow];
Expand Down

0 comments on commit e535185

Please sign in to comment.