From 03a4228cc388e9acea30ea8bd2be9e3c33c87745 Mon Sep 17 00:00:00 2001 From: "Alberto F. Martin" Date: Wed, 27 Mar 2024 15:04:18 +1100 Subject: [PATCH] Reactivating all tests --- test/runtests.jl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index d1e5f3d..ca5d975 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -34,21 +34,17 @@ function run_tests(testdir) @time @testset "$f" for f in testfiles MPI.mpiexec() do cmd if f in ["PoissonUniformlyRefinedOctreeModelsTests.jl"] - return np = [4] extra_args = "-s 2 2 -r 2" elseif f in ["OctreeDistributedDiscreteModelsTests.jl", "OctreeDistributedDiscreteModelsNoEnvTests.jl", "AdaptivityFlagsMarkingStrategiesTests.jl"] - return np = [4] extra_args = "" elseif f in ["DarcyNonConformingOctreeModelsTests.jl"] - return np = [1,4] extra_args = "" elseif f in ["PoissonNonConformingOctreeModelsTests.jl"] - return np = [1,2,4] extra_args = "" elseif f in ["PoissonAnisotropicOctreeModelsTests.jl"]