Software /
code /
prosody
File
tests/run_tests.bat @ 4631:fc5d3b053454
net.http.{server|codes|parser}: Initial commit.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sun, 08 Apr 2012 04:09:33 +0500 |
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=