Software /
code /
prosody
File
tests/run_tests.bat @ 6386:f942cf2a9a03
net.http.parser: Support status code 101 and allow handling of the received data by someone else
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 03 Sep 2014 18:49:41 +0100 |
parent | 809:28d6515f5b7b |
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=