Skip to content

Commit

Permalink
[TravisCI] convert the swf path to fullpath before running.
Browse files Browse the repository at this point in the history
  • Loading branch information
andyli committed Aug 30, 2014
1 parent d1ca849 commit c84b54d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/RunTravis.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit c84b54d

Please sign in to comment.