浏览代码

[tests] don't run macro sys tests twice

Simon Krajewski 6 年之前
父节点
当前提交
c2d6027cc6
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      tests/runci/targets/Macro.hx

+ 0 - 1
tests/runci/targets/Macro.hx

@@ -26,7 +26,6 @@ class Macro {
 
 		changeDirectory(sysDir);
 		runCommand("haxe", ["compile-macro.hxml"]);
-		runCommand("haxe", ["compile-each.hxml", "--run", "Main"]);
 
 		// changeDirectory(threadsDir);
 		// runCommand("haxe", ["build.hxml", "--interp"]);