From e6d7650691ea0a0f35ab3b657f253d2f215c28b1 Mon Sep 17 00:00:00 2001 From: Gary Hu Date: Wed, 25 Sep 2024 09:29:02 -0500 Subject: [PATCH] Fix test spec --- tutorials/three_point_bending/tests | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tutorials/three_point_bending/tests b/tutorials/three_point_bending/tests index 9ef4653b99a..3db6e2cf883 100644 --- a/tutorials/three_point_bending/tests +++ b/tutorials/three_point_bending/tests @@ -2,9 +2,8 @@ [elastoplasticity_fracture] type = Exodiff input = 'elastoplasticity.i' - exodiff = 'elastoplasticity_out.e elastoplasticity_out.e-s002' - cli_args = 'mesh_file=gold/beam_coarse.msh Executioner/num_steps=1 Executioner/nl_rel_tol=1e-12 ' - 'Executioner/nl_abs_tol=1e-16' + exodiff = 'elastoplasticity_out.e' + cli_args = 'mesh_file=gold/beam_coarse.msh Executioner/num_steps=1 Executioner/nl_rel_tol=1e-12 Executioner/nl_abs_tol=1e-16' abs_zero = 1e-9 rel_err = 1e-4 []