Sfoglia il codice sorgente

tests/regression/regression.sh: typos

Nathalie Furmento 15 anni fa
parent
commit
0c86eaf5bd
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      tests/regression/regression.sh

+ 2 - 2
tests/regression/regression.sh

@@ -130,8 +130,8 @@ echo $WORKDIR
 
 
 coverage=$(ls ${WORKDIR}/cov/*.lcov 2>/dev/null)
 coverage=$(ls ${WORKDIR}/cov/*.lcov 2>/dev/null)
 if [ -n "${coverage}" ] ; then
 if [ -n "${coverage}" ] ; then
-    genhtml --function-coverage --legend ${WORKDIR}/cov/*.lcov -o ${WORKDIR}/html -t "StarPU coverage test results"
+    genhtml --function-coverage --legend ${WORKDIR}/cov/*.lcov -o ${WORKDIR}/html -t "StarPU coverage test results" > ${WORKDIR}/logs/genhtml.log
-    echo "The report is located at : ${WORKDIR}/html"
+    echo "The coverage report is located at : ${WORKDIR}/html"
 fi
 fi
 
 
 if [ -n "${FAILED_PROFILES}" ]; then
 if [ -n "${FAILED_PROFILES}" ]; then