Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
cacalabs
/
libcaca
réplica de
https://github.com/cacalabs/libcaca.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
7
Wiki
Actividad
Explorar el Código
Only fail the check-copyright test if more than 10 files are affected.
tags/v0.99.beta20
Sam Hocevar
hace 8 años
padre
093a9d422a
commit
319ab6a989
Se han
modificado 1 ficheros
con
2 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-1
caca/t/check-copyright
+ 2
- 1
caca/t/check-copyright
Ver fichero
@@ -35,7 +35,8 @@ done
echo "$nfiles files, $nfails errors in copyright information"
if test "$nfails" != "0"; then
if test "$nfails" -gt "10"; then
echo "That’s too many errors, deliberately failing test"
exit 1
fi
Escribir
Vista previa
Cargando…
Cancelar
Guardar