Explorar el Código

tests/regression/regression.sh: simplification

Nathalie Furmento hace 15 años
padre
commit
98092a37ca
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  1. 0 8
      tests/regression/regression.sh

+ 0 - 8
tests/regression/regression.sh

@@ -32,11 +32,7 @@ check_exec()
         echo "PASS: Profile $PROFILE"
         echo "PASS: Profile $PROFILE"
     else
     else
 	echo "FAIL: Profile $PROFILE"
 	echo "FAIL: Profile $PROFILE"
-        FAILED_PROFILES="${FAILED_PROFILES} ${PROFILE}"
 	if [ ${ABORT_ON_ERROR} -eq 1 ]; then
 	if [ ${ABORT_ON_ERROR} -eq 1 ]; then
-            if [ -n "${FAILED_PROFILES}" ]; then
-                echo "Following profile(s) failed: ${FAILED_PROFILES}"
-            fi
             echo "Aborting ..."
             echo "Aborting ..."
 	    exit 1;
 	    exit 1;
 	fi
 	fi
@@ -134,8 +130,4 @@ if [ -n "${coverage}" ] ; then
     echo "The coverage report is located at : ${WORKDIR}/html"
     echo "The coverage report is located at : ${WORKDIR}/html"
 fi
 fi
 
 
-if [ -n "${FAILED_PROFILES}" ]; then
-    echo "Following profile(s) failed: ${FAILED_PROFILES}"
-    exit 1;
-fi
 echo "Tests done"
 echo "Tests done"