File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -373,9 +373,6 @@ for BACKEND in ${BACKENDS[@]}; do
373373 head -1 ${TEST_OUT_DIR} /triangle_count_dwt_59_${BACKEND} _${P} _${T} .log
374374 if ! grep -q ' Test OK' ${TEST_OUT_DIR} /triangle_count_dwt_59_${BACKEND} _${P} _${T} .log; then
375375 echo " Test FAILED"
376- elif ! grep -q ' 11 iterations to converge' ${TEST_OUT_DIR} /triangle_count_dwt_59_${BACKEND} _${P} _${T} .log; then
377- echo " Verification FAILED"
378- echo " Test FAILED"
379376 else
380377 echo " Test OK"
381378 fi
@@ -390,9 +387,6 @@ for BACKEND in ${BACKENDS[@]}; do
390387 head -1 ${TEST_OUT_DIR} /triangle_count_gyro_m_${BACKEND} _${P} _${T} .log
391388 if ! grep -q ' Test OK' ${TEST_OUT_DIR} /triangle_count_gyro_m_${BACKEND} _${P} _${T} .log; then
392389 echo " Test FAILED"
393- elif ! grep -q ' 11 iterations to converge' ${TEST_OUT_DIR} /triangle_count_gyro_m_${BACKEND} _${P} _${T} .log; then
394- echo " Verification FAILED"
395- echo " Test FAILED"
396390 else
397391 echo " Test OK"
398392 fi
You can’t perform that action at this time.
0 commit comments