Skip to content
Snippets Groups Projects
Commit 739bf3de authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Muda o status da saída do arquivo de teste

parent fdd94843
No related branches found
No related tags found
1 merge request!2Altura
Pipeline #
...@@ -114,8 +114,6 @@ fs=$(cat "${TABULEIROS}" | wc -l) ...@@ -114,8 +114,6 @@ fs=$(cat "${TABULEIROS}" | wc -l)
if [ ${fs} -gt "1" ]; then if [ ${fs} -gt "1" ]; then
echo -e "${RED}${fs} tabuleiro(s) perdeu(perderam) para outras heurísticas${NC}" echo -e "${RED}${fs} tabuleiro(s) perdeu(perderam) para outras heurísticas${NC}"
cat ${TABULEIROS} cat ${TABULEIROS}
exit 1
else else
echo -e "${GREEN}Nenhum tabuleiro perdeu para as outras heurísticas${NC}" echo -e "${GREEN}Nenhum tabuleiro perdeu para as outras heurísticas${NC}"
exit 0
fi fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment