Bläddra i källkod

HL fails no more (closes #5524)

Simon Krajewski 9 år sedan
förälder
incheckning
5a2f676950
1 ändrade filer med 1 tillägg och 1 borttagningar
  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();