Explorar el Código

Reduced coverage target to consider batch code being skipped with version 1 of protocol.

Phillip Couto hace 11 años
padre
commit
c3cde532c2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      integration.sh

+ 2 - 2
integration.sh

@@ -24,8 +24,8 @@ function run_tests() {
 
 	cat results
 	cover=`cat results | grep coverage: | grep -o "[0-9]\{1,3\}" | head -n 1`
-	if [[ $cover -lt "68" ]]; then
-		echo "expected coverage of at least 68 %, but coverage was $cover %"
+	if [[ $cover -lt "64" ]]; then
+		echo "--- FAIL: expected coverage of at least 64 %, but coverage was $cover %"
 		exit 1
 	fi
 	ccm clear