Skip to content

Commit b668c75

Browse files
committed
update test
1 parent 9c5a9d1 commit b668c75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integrate/tools/catch_properties.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,11 @@ fi
358358
#-----------------------------------
359359
#echo $has_mat_dh
360360
if ! test -z "$has_mat_dh" && [ $has_mat_dh == 1 ]; then
361-
python3 $COMPARE_SCRIPT dhrxs1.csr.ref OUT.autotest/dhrxs1.csr 8
361+
python3 $COMPARE_SCRIPT dhrxs1_nao.csr.ref OUT.autotest/dhrxs1_nao.csr 8
362362
echo "ComparerdHRx_pass $?" >>$1
363-
python3 $COMPARE_SCRIPT dhrys1.csr.ref OUT.autotest/dhrys1.csr 8
363+
python3 $COMPARE_SCRIPT dhrys1_nao.csr.ref OUT.autotest/dhrys1_nao.csr 8
364364
echo "ComparerdHRy_pass $?" >>$1
365-
python3 $COMPARE_SCRIPT dhrzs1.csr.ref OUT.autotest/dhrzs1.csr 8
365+
python3 $COMPARE_SCRIPT dhrzs1_nao.csr.ref OUT.autotest/dhrzs1_nao.csr 8
366366
echo "ComparerdHRz_pass $?" >>$1
367367
fi
368368

0 commit comments

Comments
 (0)