Mercurial > prosody-hg
view tests/run_tests.bat @ 2674:a1fdfd7318df
net.httpclient_listener: Don't notify request of closed connection if the close was initiated by us
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 19 Feb 2010 03:23:51 +0000 |
| parents | 28d6515f5b7b |
| children |
line wrap: on
line source
@echo off set oldpath=%path% set path=%path%;..;..\lualibs del reports\*.report lua test.lua %* set path=%oldpath% set oldpath=
