From e8d9ffa6cd912d48be56229b52df66039bdbdbd0 Mon Sep 17 00:00:00 2001 From: "Dmitry Yu. Naumov" <github@naumov.de> Date: Thu, 23 Aug 2018 13:10:58 +0200 Subject: [PATCH] [PL] GWF; Fix ctest file name for vtkdiff cmp. --- ProcessLib/GroundwaterFlow/Tests.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProcessLib/GroundwaterFlow/Tests.cmake b/ProcessLib/GroundwaterFlow/Tests.cmake index d11b943543a..1851aa743f8 100644 --- a/ProcessLib/GroundwaterFlow/Tests.cmake +++ b/ProcessLib/GroundwaterFlow/Tests.cmake @@ -678,7 +678,7 @@ AddTest( TESTER vtkdiff REQUIREMENTS NOT (OGS_USE_LIS OR OGS_USE_MPI) DIFF_DATA - square_1x1_quad_1e6_nodal_sources_expected.vtu square_1e6__with_nodal_sources_pcs_0_ts_1_t_1.000000.vtu analytical_solution pressure 1.41 1e-16 + square_1x1_quad_1e6_nodal_sources_expected.vtu square_1e6_with_nodal_sources_pcs_0_ts_1_t_1.000000.vtu analytical_solution pressure 1.41 1e-16 VIS square_1e6__nodal_sources_expected_pcs_0_ts_1_t_1.000000.vtu ) -- GitLab