diff --git a/buildenv b/buildenv index f6b7ac4..75b1040 100644 --- a/buildenv +++ b/buildenv @@ -18,5 +18,5 @@ zopen_check_results() # Echo the following information to guage build health echo "actualFailures:$failures" echo "totalTests:$total" - echo "expectedFailures:12" + echo "expectedFailures:14" }