Changes to RunCommand to make running tests on Linux more effective#21
Conversation
- change tmp/ to resolve from the user's project dir, not the haxelib dir (to fix permissions issues, see massive-oss#18) - change browser launch to support linux commands - `use xdg-open` if no browser is specified. Should use user's default browser on most systems. - if browser is specified, use that and pass URL as first parameter
|
The pull request for MassiveLib has been merged, (massive-oss/mlib#2) so this should work now. Though I hear you guys are working on a new version anyway, so not sure if this is needed :) |
Changes to RunCommand to make running tests on Linux more effective
|
Hi Jason. Apologies - this dropped off the radar around easter! Can you please test 0.9.2.4 to confirm all good on linux. I've modified your pull request slightly to enable the localhost server to function correctly. It now creates a symbolic link to the original server neko file in the working directory (which i moved inside the local project bin directory as well) |
|
Hi I can confirm that now the default browser opens on linux. Also the Are results of these tests supposed to be reported back to the command cancelled. I imagine this is not the expected behaviour? I suppose that's another Jason On Wed, May 9, 2012 at 12:42 PM, Dominic De Lorenzo <
|
|
Hi Jason, That's probably due to 'nekotools server' not finding the reference to bin/index.n I had implemented it as a symbolic link for osx and linux. I've changed it back to a simple file copy which should be much safer. Pushed out as 0.9.2.5 |
|
Hmm the behaviour still seems the same (timing out, no response) I might dig around when I get home see if I can figure it out. Thanks for On Thu, May 10, 2012 at 11:17 AM, Dominic De Lorenzo <
|
This pull request is dependent on this one in MassiveLib:
massive-oss/mlib#2
I've made only two small changes