File

tests/run_tests.bat @ 5642:5862bb57a3f1

net.server_select: Ensure _maxfd = math.huge on Windows, always.
author Waqas Hussain <waqas20@gmail.com>
date Sun, 02 Jun 2013 16:23:19 -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=