File

tests/run_tests.bat @ 4468:938d878d8087

net.server_event: Fix :pause() to actually stop reading from the socket, rather than ignoring socket-readable events (!), and :resume() to restart the event listener
author Matthew Wild <mwild1@gmail.com>
date Mon, 16 Jan 2012 04:44:23 +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=