File

tests/run_tests.bat @ 3460:742f6e5a4066

mod_bosh: Don't adjust rid when creating a session, as this is no longer necessary and causes a log message ('rid too large') to be erroneously printed, fixes #203
author Matthew Wild <mwild1@gmail.com>
date Sun, 22 Aug 2010 21:36:04 +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=