File

tests/run_tests.bat @ 3040:c02d0e7e088e

mod_bosh: Remove some hacky code for pruning dead requests that hopefully never gets executed - if it does there's a bug anyway.
author Matthew Wild <mwild1@gmail.com>
date Mon, 17 May 2010 11:45:11 +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=