File

tests/run_tests.bat @ 2641:b083a667e3be

net.server_event: Fire onincoming() callback for new connections as opposed to the new onconnect() - let's change this for a future version though
author Matthew Wild <mwild1@gmail.com>
date Sun, 14 Feb 2010 20:47:09 +0000
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=