Software /
code /
prosody
File
tests/run_tests.bat @ 2304:26f59e5e5c03
net.server_select: Make bufferlen() method return, of all things, the buffer length
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 03 Dec 2009 14:08:54 +0000 |
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=