Yeah, but asking testers to run a server every time they run mobile-spec might be a bit much. If a constant server is run on apache infra that will respond to HTTP requests that would probably be better.
The INFRA folk are starting to loathe me, I think, with my constant pestering and offhand critiques, so we'll see how open they are to this idea :) On 12/13/12 11:50 AM, "Shazron" <shaz...@gmail.com> wrote: >That would be great. I suppose if we could run it locally in the meantime >off the same server scripts, the better (who knows if a server goes down). >One less dependency I suppose > > >On Thu, Dec 13, 2012 at 11:43 AM, Filip Maj <f...@adobe.com> wrote: > >> Why don't we get Apache INFRA to set up a simple instance like this for >> us? This way it's not tied to any one person. I can ask INFRA about it. >> >> On 12/13/12 11:37 AM, "Shazron" <shaz...@gmail.com> wrote: >> >> >It's erroring out for mobile-spec testing. >> > >> >I'm wondering if we could just run a local server for the FileTransfer >> >tests instead - if the server was in python we could just invoke this >>on >> >the mobile-spec folder: >> > >> >python -m SimpleHTTPServer >> >>