From 739bf3de3506d382bdacbdc3cc28e26ee86c1c4d Mon Sep 17 00:00:00 2001
From: Vytor Calixto <vytorcalixto@gmail.com>
Date: Fri, 9 Jun 2017 22:06:16 -0300
Subject: [PATCH] =?UTF-8?q?Muda=20o=20status=20da=20sa=C3=ADda=20do=20arqu?=
 =?UTF-8?q?ivo=20de=20teste?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 tests/runTests.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/runTests.sh b/tests/runTests.sh
index 02fa15e..6da7fb7 100755
--- a/tests/runTests.sh
+++ b/tests/runTests.sh
@@ -114,8 +114,6 @@ fs=$(cat "${TABULEIROS}" | wc -l)
 if [ ${fs} -gt "1" ]; then
     echo -e "${RED}${fs} tabuleiro(s) perdeu(perderam) para outras heurísticas${NC}"
     cat ${TABULEIROS}
-    exit 1
 else
     echo -e "${GREEN}Nenhum tabuleiro perdeu para as outras heurísticas${NC}"
-    exit 0
 fi
-- 
GitLab