Browse Source

[tests] don't run macro sys tests twice

Simon Krajewski 6 years ago
parent
commit
c2d6027cc6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/runci/targets/Macro.hx

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

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