From: Matthias Maier Date: Mon, 22 Jul 2024 11:01:23 +0000 (-0500) Subject: Test examples/step-36: do not compare test output X-Git-Tag: v9.6.0-rc1~39^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83d91c554635319be777a072ca7e86e98c064927;p=dealii.git Test examples/step-36: do not compare test output Step 36 computes a spectrum with slepc containing eigenvalues with multiplicities. Unfortunately, it is up to chance (i.e., slepc version, compiler and cpu) which multiplicities it prints and how many iterations it needs for that. Thus disable comparing the test output. --- diff --git a/tests/examples/step-36.mpirun=1.with_petsc=true.with_slepc=true.output b/tests/examples/step-36.mpirun=1.with_petsc=true.with_slepc=true.run_only similarity index 100% rename from tests/examples/step-36.mpirun=1.with_petsc=true.with_slepc=true.output rename to tests/examples/step-36.mpirun=1.with_petsc=true.with_slepc=true.run_only