Ver Fonte

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

Andy Li há 11 anos atrás
pai
commit
c84b54d00b
1 ficheiros alterados com 2 adições e 0 exclusões
  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]);