From e0f48fb51aa55997a4ff30e380d29dc19d2dfdc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 31 May 2023 16:41:39 +0200 Subject: [PATCH] fix script --- .../run_test_corefinement_bool_op_full.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Polygon_mesh_processing/test/Polygon_mesh_processing/run_test_corefinement_bool_op_full.sh b/Polygon_mesh_processing/test/Polygon_mesh_processing/run_test_corefinement_bool_op_full.sh index 2cea97cfb6b..bf9b24931ba 100644 --- a/Polygon_mesh_processing/test/Polygon_mesh_processing/run_test_corefinement_bool_op_full.sh +++ b/Polygon_mesh_processing/test/Polygon_mesh_processing/run_test_corefinement_bool_op_full.sh @@ -14,6 +14,8 @@ for i in `seq 1 $k`; do ri=`echo $files | awk '{print $5}'` rm=`echo $files | awk '{print $6}'` rmr=`echo $files | awk '{print $7}'` + f1=`eval echo $f1` + f2=`eval echo $f2` echo -n "==== " $f1 $f2 " " if (./test_corefinement_bool_op $f1 $f2 ALL $ru $ri $rm $rmr|| false ) > /dev/null 2>&1; then