Browse Source

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

Aleksandr Kuzmenko 5 năm trước cách đây
mục cha
commit
c79046aee5
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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();