Explorar o código

[tests] don't run tests for other targets if the current one failed

Aleksandr Kuzmenko %!s(int64=5) %!d(string=hai) anos
pai
achega
c79046aee5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/RunCi.hx

+ 1 - 0
tests/RunCi.hx

@@ -119,6 +119,7 @@ class RunCi {
 				successMsg('test ${test} succeeded');
 			} else {
 				failMsg('test ${test} failed');
+				break;
 			}
 
 			echoServer.kill();