Skip to content

Commit

Permalink
Fix triangle_count test verification
Browse files Browse the repository at this point in the history
  • Loading branch information
byjtew committed Jun 23, 2023
1 parent 8ac85ff commit b1c77b9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/smoke/smoketests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,6 @@ for BACKEND in ${BACKENDS[@]}; do
head -1 ${TEST_OUT_DIR}/triangle_count_dwt_59_${BACKEND}_${P}_${T}.log
if ! grep -q 'Test OK' ${TEST_OUT_DIR}/triangle_count_dwt_59_${BACKEND}_${P}_${T}.log; then
echo "Test FAILED"
elif ! grep -q '11 iterations to converge' ${TEST_OUT_DIR}/triangle_count_dwt_59_${BACKEND}_${P}_${T}.log; then
echo "Verification FAILED"
echo "Test FAILED"
else
echo "Test OK"
fi
Expand All @@ -390,9 +387,6 @@ for BACKEND in ${BACKENDS[@]}; do
head -1 ${TEST_OUT_DIR}/triangle_count_gyro_m_${BACKEND}_${P}_${T}.log
if ! grep -q 'Test OK' ${TEST_OUT_DIR}/triangle_count_gyro_m_${BACKEND}_${P}_${T}.log; then
echo "Test FAILED"
elif ! grep -q '11 iterations to converge' ${TEST_OUT_DIR}/triangle_count_gyro_m_${BACKEND}_${P}_${T}.log; then
echo "Verification FAILED"
echo "Test FAILED"
else
echo "Test OK"
fi
Expand Down

0 comments on commit b1c77b9

Please sign in to comment.