Skip to content

Commit b1c77b9

Browse files
committed
Fix triangle_count test verification
1 parent 8ac85ff commit b1c77b9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/smoke/smoketests.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)