Explorar o código

[php] move misc tests out of php-prefix testing section

Aleksandr Kuzmenko %!s(int64=6) %!d(string=hai) anos
pai
achega
b0ccb3fb5b
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      tests/runci/targets/Php.hx

+ 3 - 3
tests/runci/targets/Php.hx

@@ -38,6 +38,9 @@ class Php {
 	static public function run(args:Array<String>) {
 		getPhpDependencies();
 
+		changeDirectory(miscPhpDir);
+		runThroughPhpVersions(runCommand.bind("haxe", ["run.hxml"]));
+
 		var binDir = "bin/php";
 
 		var prefixes = [[]];
@@ -61,9 +64,6 @@ class Php {
 			}
 			runCommand("haxe", ["compile-php.hxml"].concat(prefix));
 			runThroughPhpVersions(runCommand.bind("php", ["bin/php/Main/index.php"]));
-
-			changeDirectory(miscPhpDir);
-			runThroughPhpVersions(runCommand.bind("haxe", ["run.hxml"]));
 		}
 	}