We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5a9d1 commit b668c75Copy full SHA for b668c75
tests/integrate/tools/catch_properties.sh
@@ -358,11 +358,11 @@ fi
358
#-----------------------------------
359
#echo $has_mat_dh
360
if ! test -z "$has_mat_dh" && [ $has_mat_dh == 1 ]; then
361
- python3 $COMPARE_SCRIPT dhrxs1.csr.ref OUT.autotest/dhrxs1.csr 8
+ python3 $COMPARE_SCRIPT dhrxs1_nao.csr.ref OUT.autotest/dhrxs1_nao.csr 8
362
echo "ComparerdHRx_pass $?" >>$1
363
- python3 $COMPARE_SCRIPT dhrys1.csr.ref OUT.autotest/dhrys1.csr 8
+ python3 $COMPARE_SCRIPT dhrys1_nao.csr.ref OUT.autotest/dhrys1_nao.csr 8
364
echo "ComparerdHRy_pass $?" >>$1
365
- python3 $COMPARE_SCRIPT dhrzs1.csr.ref OUT.autotest/dhrzs1.csr 8
+ python3 $COMPARE_SCRIPT dhrzs1_nao.csr.ref OUT.autotest/dhrzs1_nao.csr 8
366
echo "ComparerdHRz_pass $?" >>$1
367
fi
368
0 commit comments