浏览代码

HL fails no more (closes #5524)

Simon Krajewski 9 年之前
父节点
当前提交
5a2f676950
共有 1 个文件被更改,包括 1 次插入1 次删除
  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();