Explorar o código

[TravisCI] convert the swf path to fullpath before running.

Andy Li %!s(int64=11) %!d(string=hai) anos
pai
achega
c84b54d00b
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tests/RunTravis.hx

+ 2 - 0
tests/RunTravis.hx

@@ -154,6 +154,8 @@ class RunTravis {
 	}
 
 	static function runFlash(swf:String):Void {
+		swf = FileSystem.fullPath(swf);
+		Sys.println('going to run $swf');
 		switch (systemName) {
 			case "Linux":
 				new Process(Sys.getEnv("HOME") + "/flashplayerdebugger", [swf]);