Browse Source

HL fails no more (closes #5524)

Simon Krajewski 9 năm trước cách đây
mục cha
commit
5a2f676950
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/RunCi.hx

+ 1 - 1
tests/RunCi.hx

@@ -1042,7 +1042,7 @@ class RunCi {
 						if (!success)
 							fail();
 					case Hl:
-						runCommand("haxe", ["compile-hl.hxml"], false, true);
+						runCommand("haxe", ["compile-hl.hxml"]);
 					case ThirdParty:
 						getPhpDependencies();
 						getJavaDependencies();