Hi
I am trying to run my flexunit4 tests on a headless linux bamboo CI server.
I have got xvfp that runs the flashplayer for me. I am using flashplayer 10 for linux.
My problem is that the build timesout after the policy file is sent.
These are the steps it manages to take:
| |
[flexunit] opened server socket | |
[flexunit] accepting data from client | |
[flexunit] start of test run | |
[flexunit] sent policy file |
Then it hangs and finally times out. Any pointers ?
When i run it locally on my windows machine, it runs fine and no policy file is requested, why is that ?