فهرست منبع

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

Aleksandr Kuzmenko 5 سال پیش
والد
کامیت
c79046aee5
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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();