File

tests/run_tests.bat @ 4353:f600591c87fa

net.server_select: Remove socket from sendlist before calling listener callbacks (thanks darkrain)
author Matthew Wild <mwild1@gmail.com>
date Sat, 20 Aug 2011 16:14:07 -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=