Skip to content

Commit

Permalink
Allow warnings in debug log test
Browse files Browse the repository at this point in the history
  • Loading branch information
imreddyTeja committed Nov 24, 2024
1 parent 2693027 commit 73d2dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/debug/debug_amip_plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ plot_field_names(sim::Interfacer.SurfaceStub) = (:stub_field,)
)

output_plots = "test_debug"
@test_logs (:info, "plotting debug in test_debug") debug(cs, output_plots)
@test_logs (:info, "plotting debug in test_debug") match_mode = :any debug(cs, output_plots)
@test isfile("test_debug/debug_ClimaAtmosSimulation.png")
@test isfile("test_debug/debug_BucketSimulation.png")
@test isfile("test_debug/debug_SurfaceStub.png")
Expand Down

0 comments on commit 73d2dd3

Please sign in to comment.