Skip to content

Commit b027555

Browse files
committed
Missing newlines
1 parent b70559a commit b027555

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/unit/unittests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -612,12 +612,14 @@ for MODE in ${MODES}; do
612612
$runner ${TEST_BIN_DIR}/illegal_spmv_${MODE}_${BACKEND} &> ${TEST_OUT_DIR}/illegal_spmv_${MODE}_${BACKEND}_${P}_${T}.log
613613
head -1 ${TEST_OUT_DIR}/illegal_spmv_${MODE}_${BACKEND}_${P}_${T}.log
614614
grep -i 'Test OK' ${TEST_OUT_DIR}/illegal_spmv_${MODE}_${BACKEND}_${P}_${T}.log || echo "Test FAILED"
615+
echo " "
615616

616617
echo ">>> [x] [ ] Testing matrix times vector using at least one sparse"
617618
echo " vector while the dense descriptor is set (large vectors)"
618619
$runner ${TEST_BIN_DIR}/illegal_spmv_${MODE}_${BACKEND} 100000 &> ${TEST_OUT_DIR}/illegal_spmv_large_${MODE}_${BACKEND}_${P}_${T}.log
619620
head -1 ${TEST_OUT_DIR}/illegal_spmv_large_${MODE}_${BACKEND}_${P}_${T}.log
620621
grep -i 'Test OK' ${TEST_OUT_DIR}/illegal_spmv_large_${MODE}_${BACKEND}_${P}_${T}.log || echo "Test FAILED"
622+
echo " "
621623

622624
echo ">>> [x] [ ] Testing matrix times dense vector using the double (+,*)"
623625
echo " semiring where matrix elements are doubles and vector"

0 commit comments

Comments
 (0)