view tests/run_tests.bat @ 3494:0f185563a4e4

util.httpstream: Initial commit of the new HTTP parser.
author Waqas Hussain <waqas20@gmail.com>
date Sat, 04 Sep 2010 17:44:13 +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=