File

tests/run_tests.bat @ 5070:4bf6bd22ad11

mod_bosh: Remove troublesome return... continue processing of the streamopen after session creation (because since 16c7b510694b we no longer send an early response)
author Matthew Wild <mwild1@gmail.com>
date Wed, 01 Aug 2012 00:39:54 +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=