Searched refs:CHECK_FAILED (Results 1 – 2 of 2) sorted by relevance
41 …private static final String CHECK_FAILED = "Coverage checks have not been met. See log for details… field in CheckMojo194 throw new MojoExecutionException(CHECK_FAILED); in executeCheck()196 this.getLog().warn(CHECK_FAILED); in executeCheck()
71 local CHECK_FAILED=076 …CHECK_FAILED=$(egrep "ERROR: no interesting inputs were found. Is the code instrumented" -c $FUZZE…77 if (( $CHECK_FAILED > 0 )); then