Mercurial > prosody-hg
view tests/run_tests.bat @ 3562:98f9dca3eb94
util.httpstream: Move HTTP header parsing into its own function.
| author | Waqas Hussain <waqas20@gmail.com> |
|---|---|
| date | Fri, 05 Nov 2010 02:09:56 +0500 |
| 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=
