File

tests/run_tests.bat @ 5748:cef2a1122b43

mod_bosh, mod_c2s: No longer fire stream-features globally (nobody uses it, and shared modules make it easy for global modules to hook per-host now)
author Matthew Wild <mwild1@gmail.com>
date Mon, 15 Jul 2013 11:44:49 +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=