File

tests/run_tests.bat @ 4904:5d2ff4627b72

net.server_select: Don't close client connections when closing a server (it wasn't working anyway)
author Matthew Wild <mwild1@gmail.com>
date Wed, 23 May 2012 02:20:32 +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=