Explorar o código

HL fails no more (closes #5524)

Simon Krajewski %!s(int64=9) %!d(string=hai) anos
pai
achega
5a2f676950
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();