Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
cacalabs
/
libcaca
espelhamento de
https://github.com/cacalabs/libcaca.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
7
Wiki
Atividade
Ver código fonte
Only fail the check-copyright test if more than 10 files are affected.
tags/v0.99.beta20
Sam Hocevar
8 anos atrás
pai
093a9d422a
commit
319ab6a989
1 arquivos alterados
com
2 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-1
caca/t/check-copyright
+ 2
- 1
caca/t/check-copyright
Ver arquivo
@@ -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
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar