File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module TestThreaded
22
33include (" test_trixiatmo.jl" )
44
5- @testset " Threaded tests" begin
5+ @testset verbose = true showtiming = true " Threaded tests" begin
66# ! format: noindent
77
88@trixi_testset " elixir_moist_euler_moist_bubble" begin
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ include("test_trixiatmo.jl")
66outdir = " out"
77isdir (outdir) && rm (outdir, recursive = true )
88
9- @trixi_testset verbose = true showtiming = true " Dry air consistency check" begin
9+ @trixi_testset " Dry air consistency check" begin
1010 using Trixi
1111 using TrixiAtmo: CompressibleMoistEulerEquations2D
1212
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ include("test_trixiatmo.jl")
1010outdir = " out"
1111isdir (outdir) && rm (outdir, recursive = true )
1212
13- @testset " Test Type Stability" begin
13+ @testset verbose = true showtiming = true " Test Type Stability" begin
1414 @timed_testset " Compressible Euler Potential Temperature 1D" begin
1515 for RealT in (Float32, Float64)
1616 equations = @inferred CompressibleEulerPotentialTemperatureEquations1D (c_p = RealT (1004 ),
You can’t perform that action at this time.
0 commit comments