File

tests/run_tests.bat @ 5653:c7d10b1a64b1

mod_bosh: Return empty string from the OPTIONS event handler, don't return the response object itself.
author Waqas Hussain <waqas20@gmail.com>
date Fri, 07 Jun 2013 13:24:56 -0400
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=