Kaynağa Gözat

Disable extra cppia test until I can debug

hughsando 8 yıl önce
ebeveyn
işleme
8a03b41356
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      tests/RunCi.hx

+ 1 - 1
tests/RunCi.hx

@@ -888,7 +888,7 @@ class RunCi {
 								runCommand("haxe", ["compile-cppia-host.hxml"]);
 								runCommand("haxe", ["compile-cppia.hxml"]);
 								runCpp("bin/cppia/Host-debug", ["bin/unit.cppia"]);
-								runCpp("bin/cppia/Host-debug", ["bin/unit.cppia", "-jit"]);
+								//runCpp("bin/cppia/Host-debug", ["bin/unit.cppia", "-jit"]);
 						}
 
 						changeDirectory(sysDir);