Skip to content

Commit

Permalink
Try another elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
efaulhaber committed Jun 27, 2021
1 parent 5c3903d commit a985b1f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ end

@testset "P4estMesh" begin
isdir(outdir) && rm(outdir, recursive=true)
run_trixi(joinpath("3d", "elixir_advection_amr_p4est_unstructured_curved.jl"), maxiters=1)
run_trixi(joinpath("3d", "elixir_advection_basic_p4est.jl"), maxiters=1)

@testset "unstructured curved" begin
test_trixi2vtk("solution_000000.h5", outdir,
hashes=[("solution_000000.vtu", "d1249f2839589b22774d699bda1bfabde7b8c571")])
hashes=[("solution_000000.vtu", "2e4fd4eaedfcebacfa0e062305f697f11641c86c")])

# Store output files as artifacts to facilitate debugging of failing tests
outfiles = ("solution_000000.vtu",)
Expand All @@ -79,8 +79,8 @@ end
end
end

# Clean up afterwards: delete Trixi output directory
# @test_skip rm(outdir, recursive=true)
Clean up afterwards: delete Trixi output directory
@test_skip rm(outdir, recursive=true)

end

0 comments on commit a985b1f

Please sign in to comment.